Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1c1fb8c authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by Naitik Bharadiya
Browse files

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.

Change-Id: I1168811eec6879e6ca0a2c45f70577d6406615d1
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Git-Commit: ed79c9d34f4f4c5842b66cab840315e7ac29f666
Git-Repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


[bharad@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: default avatarNaitik Bharadiya <bharad@codeaurora.org>
parent 5ab7970c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#ifndef _ASM_TYPES_H
#define _ASM_TYPES_H
#ifndef _UAPI_ASM_TYPES_H
#define _UAPI_ASM_TYPES_H

#include <asm-generic/int-ll64.h>

@@ -37,4 +37,4 @@
#define __UINTPTR_TYPE__	unsigned long
#endif

#endif /* _ASM_TYPES_H */
#endif /* _UAPI_ASM_TYPES_H */