mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
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
This commit is contained in:
parent
42d9e8b7cc
commit
e4a4565489
|
|
@ -10,7 +10,6 @@
|
|||
#include <linux/memblock.h>
|
||||
#include <linux/mem_encrypt.h>
|
||||
#include <linux/cc_platform.h>
|
||||
#include <linux/mem_encrypt.h>
|
||||
#include <asm/machdep.h>
|
||||
#include <asm/svm.h>
|
||||
#include <asm/swiotlb.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user