mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue