summaryrefslogtreecommitdiffstats
path: root/arch/sparc/lib
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-06-04 10:23:14 +0200
committerDavid S. Miller <davem@davemloft.net>2019-06-13 23:12:19 +0200
commit15d5dfaf4adb9e4d38fd6d4c88590817dc32c7cf (patch)
tree1e1aa6bfc7d7d98b673b2820dc77603362eaf4d3 /arch/sparc/lib
parentsparc: configs: Remove useless UEVENT_HELPER_PATH (diff)
downloadlinux-15d5dfaf4adb9e4d38fd6d4c88590817dc32c7cf.tar.xz
linux-15d5dfaf4adb9e4d38fd6d4c88590817dc32c7cf.zip
sparc: fix unknown type name u_int in uapi header
'u_int' is a shorthand that is only available in the kernel space because it is defined in include/linux/types.h, which is not exported to the user space. You cannot use it in uapi headers even if you include <linux/types.h> Detected by compile-testing exported headers. ./usr/include/asm/openpromio.h:16:2: error: unknown type name ‘u_int’ u_int oprom_size; /* Actual size of the oprom_array. */ ^~~~~ Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/lib')
0 files changed, 0 insertions, 0 deletions