alpha: Move setup.h out of uapi
authorGuenter Roeck <linux@roeck-us.net>
Wed, 15 Sep 2021 03:52:26 +0000 (20:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 Sep 2021 19:04:28 +0000 (12:04 -0700)
commit3cb8b1537f8a89a681d2548ded5526280846f6db
tree55ae5bfcf585eb0e7405713f4bbcd26c4fcdb69b
parentdff2d13114f0beec448da9b3716204eb34b0cf41
alpha: Move setup.h out of uapi

Most of the contents of setup.h have no value for userspace
applications.  The file was probably moved to uapi accidentally.

Keep the file in uapi to define the alpha-specific COMMAND_LINE_SIZE.
Move all other defines to arch/alpha/include/asm/setup.h.

Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/include/asm/setup.h [new file with mode: 0644]
arch/alpha/include/uapi/asm/setup.h