diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-10-15 06:47:38 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-10-15 06:47:38 +0200 |
commit | 850fbcffe252368a87b3209a4b8edfbd18044c3f (patch) | |
tree | 5f9c582018228f2c574cbaf3363478535f2715a2 /arch/sh/include/asm/Kbuild | |
parent | Linux 3.7-rc1 (diff) | |
parent | UAPI: (Scripted) Disintegrate arch/sh/include/asm (diff) | |
download | linux-850fbcffe252368a87b3209a4b8edfbd18044c3f.tar.xz linux-850fbcffe252368a87b3209a4b8edfbd18044c3f.zip |
Merge tag 'disintegrate-sh-20121009' of git://git.infradead.org/users/dhowells/linux-headers into sh-latest
UAPI Disintegration 2012-10-09
Diffstat (limited to 'arch/sh/include/asm/Kbuild')
-rw-r--r-- | arch/sh/include/asm/Kbuild | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/sh/include/asm/Kbuild b/arch/sh/include/asm/Kbuild index 86eadceff097..29f83beeef7a 100644 --- a/arch/sh/include/asm/Kbuild +++ b/arch/sh/include/asm/Kbuild @@ -1,4 +1,3 @@ -include include/asm-generic/Kbuild.asm generic-y += bitsperlong.h generic-y += cputime.h @@ -34,13 +33,3 @@ generic-y += termbits.h generic-y += termios.h generic-y += ucontext.h generic-y += xor.h - -header-y += cachectl.h -header-y += cpu-features.h -header-y += hw_breakpoint.h -header-y += posix_types_32.h -header-y += posix_types_64.h -header-y += ptrace_32.h -header-y += ptrace_64.h -header-y += unistd_32.h -header-y += unistd_64.h |