Message ID | 20230302093539.372962-15-alexghiti@rivosinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Remove COMMAND_LINE_SIZE from uapi | expand |
diff --git a/arch/arc/include/asm/setup.h b/arch/arc/include/asm/setup.h index 028a8cf76206..fe45ff4681bc 100644 --- a/arch/arc/include/asm/setup.h +++ b/arch/arc/include/asm/setup.h @@ -7,7 +7,6 @@ #include <linux/types.h> -#include <uapi/asm/setup.h> #define COMMAND_LINE_SIZE 256 diff --git a/arch/arc/include/uapi/asm/setup.h b/arch/arc/include/uapi/asm/setup.h deleted file mode 100644 index a6d4e44938be..000000000000 --- a/arch/arc/include/uapi/asm/setup.h +++ /dev/null @@ -1,6 +0,0 @@ -/* - * setup.h is part of userspace header ABI so UAPI scripts have to generate it - * even if there's nothing to export - causing empty <uapi/asm/setup.h> - * However to prevent "patch" from discarding it we add this placeholder - * comment - */