Skip to content

Commit e4a4565

Browse files
Yang Limaddy-kerneldev
authored andcommitted
powerpc/machdep: Remove duplicated include in svm.c
The header files linux/mem_encrypt.h is included twice in svm.c, so one inclusion of each can be removed. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11750 Signed-off-by: Yang Li <[email protected]> Signed-off-by: Madhavan Srinivasan <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 42d9e8b commit e4a4565

File tree

1 file changed

+0
-1
lines changed
  • arch/powerpc/platforms/pseries

1 file changed

+0
-1
lines changed

arch/powerpc/platforms/pseries/svm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <linux/memblock.h>
1111
#include <linux/mem_encrypt.h>
1212
#include <linux/cc_platform.h>
13-
#include <linux/mem_encrypt.h>
1413
#include <asm/machdep.h>
1514
#include <asm/svm.h>
1615
#include <asm/swiotlb.h>

0 commit comments

Comments
 (0)