aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2012-10-14 19:55:41 -0400
committerChris Zankel <chris@zankel.net>2012-10-16 00:49:50 -0400
commit795ca178c4fbb4e5d703df8cdab5c1711ba402b1 (patch)
tree2373bdd14314e3d0aee2c616d602c7cd9d3bab47 /arch/xtensa/include/uapi/asm/Kbuild
parent83596729adbca4ff3b0273de22e166c64aea49ec (diff)
xtensa: Use Kbuild infrastructure to handle asm-generic headers
Use Kbuild infrastructure to handle the asm-generic headers and remove the wrapper headers that call them. This only affects headers that do nothing but include the generic equivalent. It does not touch any header that does a little more. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/include/uapi/asm/Kbuild')
-rw-r--r--arch/xtensa/include/uapi/asm/Kbuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/xtensa/include/uapi/asm/Kbuild b/arch/xtensa/include/uapi/asm/Kbuild
index 040178cdb3eb..56aad54e7fb7 100644
--- a/arch/xtensa/include/uapi/asm/Kbuild
+++ b/arch/xtensa/include/uapi/asm/Kbuild
@@ -2,33 +2,24 @@
2include include/uapi/asm-generic/Kbuild.asm 2include include/uapi/asm-generic/Kbuild.asm
3 3
4header-y += auxvec.h 4header-y += auxvec.h
5header-y += bitsperlong.h
6header-y += byteorder.h 5header-y += byteorder.h
7header-y += errno.h
8header-y += fcntl.h
9header-y += ioctl.h
10header-y += ioctls.h 6header-y += ioctls.h
11header-y += ipcbuf.h 7header-y += ipcbuf.h
12header-y += kvm_para.h
13header-y += mman.h 8header-y += mman.h
14header-y += msgbuf.h 9header-y += msgbuf.h
15header-y += param.h 10header-y += param.h
16header-y += poll.h 11header-y += poll.h
17header-y += posix_types.h 12header-y += posix_types.h
18header-y += ptrace.h 13header-y += ptrace.h
19header-y += resource.h
20header-y += sembuf.h 14header-y += sembuf.h
21header-y += setup.h 15header-y += setup.h
22header-y += shmbuf.h 16header-y += shmbuf.h
23header-y += sigcontext.h 17header-y += sigcontext.h
24header-y += siginfo.h
25header-y += signal.h 18header-y += signal.h
26header-y += socket.h 19header-y += socket.h
27header-y += sockios.h 20header-y += sockios.h
28header-y += stat.h 21header-y += stat.h
29header-y += statfs.h
30header-y += swab.h 22header-y += swab.h
31header-y += termbits.h 23header-y += termbits.h
32header-y += termios.h
33header-y += types.h 24header-y += types.h
34header-y += unistd.h 25header-y += unistd.h