Skip to content

Commit

Permalink
arm64: Remove COMMAND_LINE_SIZE from uapi
Browse files Browse the repository at this point in the history
As far as I can tell this is not used by userspace and thus should not
be part of the user-visible API.

Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
  • Loading branch information
palmer-dabbelt authored and intel-lab-lkp committed Jan 25, 2023
1 parent d91ca04 commit 42f96c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion arch/arm64/include/asm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
#define __ARM64_ASM_SETUP_H

#include <linux/string.h>
#include <linux/types.h>

#include <uapi/asm/setup.h>
#define COMMAND_LINE_SIZE 2048

void *get_early_fdt_ptr(void);
void early_fdt_map(u64 dt_phys);
Expand Down
2 changes: 0 additions & 2 deletions arch/arm64/include/uapi/asm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@

#include <linux/types.h>

#define COMMAND_LINE_SIZE 2048

#endif

0 comments on commit 42f96c3

Please sign in to comment.