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 <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11750 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20241107010259.46308-1-yang.lee@linux.alibaba.com
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)