diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-25 03:55:16 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-01-21 02:28:20 -0500 |
commit | fd43769ee5c3c6b4d702b358ea472581b0976ed3 (patch) | |
tree | 66e26322518dc144d4861f23623bdc60a83f68fc | |
parent | 64aff1d651f06206a181e9a3883da913edf43b77 (diff) |
microblaze/uapi: Use Kbuild logic to include <asm-generic/types.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Michal Simek <monstr@monstr.eu>
Cc: microblaze-uclinux@itee.uq.edu.au
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | arch/microblaze/include/uapi/asm/Kbuild | 3 | ||||
-rw-r--r-- | arch/microblaze/include/uapi/asm/types.h | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/microblaze/include/uapi/asm/Kbuild b/arch/microblaze/include/uapi/asm/Kbuild index 6d7d7f4aaae8..1aac99f87df1 100644 --- a/arch/microblaze/include/uapi/asm/Kbuild +++ b/arch/microblaze/include/uapi/asm/Kbuild | |||
@@ -1,6 +1,8 @@ | |||
1 | # UAPI Header export list | 1 | # UAPI Header export list |
2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
3 | 3 | ||
4 | generic-y += types.h | ||
5 | |||
4 | header-y += auxvec.h | 6 | header-y += auxvec.h |
5 | header-y += bitsperlong.h | 7 | header-y += bitsperlong.h |
6 | header-y += byteorder.h | 8 | header-y += byteorder.h |
@@ -31,5 +33,4 @@ header-y += statfs.h | |||
31 | header-y += swab.h | 33 | header-y += swab.h |
32 | header-y += termbits.h | 34 | header-y += termbits.h |
33 | header-y += termios.h | 35 | header-y += termios.h |
34 | header-y += types.h | ||
35 | header-y += unistd.h | 36 | header-y += unistd.h |
diff --git a/arch/microblaze/include/uapi/asm/types.h b/arch/microblaze/include/uapi/asm/types.h deleted file mode 100644 index b9e79bc580dd..000000000000 --- a/arch/microblaze/include/uapi/asm/types.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/types.h> | ||