]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: put types.h in uapi
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Fri, 13 Jan 2017 10:46:39 +0000 (11:46 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 13 Jan 2017 17:02:38 +0000 (17:02 +0000)
commit7e6a0f90036ec1b71cd0f97a2a3d596c1efe9c65
treed073a53ff78844c9a763c076b21c5348eb4cffec
parentbdd424a08c1fbacc8de55298cbdd345d57fba014
ARM: put types.h in uapi

Due to the way kbuild works, this header was unintentionally exported
back in 2013 when it was created, despite it not being in a uapi/
directory.  This is very non-intuitive behaviour by Kbuild.

However, we've had this include exported to userland for almost four
years, and searching google for "ARM types.h __UINTPTR_TYPE__" gives
no hint that anyone has complained about it.  So, let's make it
officially exported in this state.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/include/asm/types.h [deleted file]
arch/arm/include/uapi/asm/types.h [new file with mode: 0644]