Messages in this thread Patch in this message |  | | Subject | [PATCH v2 23/24] x86: Remove empty <uapi/asm/setup.h> | Date | Sat, 10 Dec 2022 22:13:57 -0800 | From | Palmer Dabbelt <> |
| |
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com> --- arch/x86/include/asm/setup.h | 2 -- arch/x86/include/uapi/asm/setup.h | 1 - 2 files changed, 3 deletions(-) delete mode 100644 arch/x86/include/uapi/asm/setup.h
diff --git a/arch/x86/include/asm/setup.h b/arch/x86/include/asm/setup.h index f37cbff7354c..449b50a2f390 100644 --- a/arch/x86/include/asm/setup.h +++ b/arch/x86/include/asm/setup.h @@ -2,8 +2,6 @@ #ifndef _ASM_X86_SETUP_H #define _ASM_X86_SETUP_H -#include <uapi/asm/setup.h> - #define COMMAND_LINE_SIZE 2048 #include <linux/linkage.h> diff --git a/arch/x86/include/uapi/asm/setup.h b/arch/x86/include/uapi/asm/setup.h deleted file mode 100644 index 79a9626b5500..000000000000 --- a/arch/x86/include/uapi/asm/setup.h +++ /dev/null @@ -1 +0,0 @@ -/* */ -- 2.38.1
|  |