diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 14:24:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 14:24:53 -0400 |
commit | 637e49ae4f5b4a82b418dae8435e16132b298b7e (patch) | |
tree | 515d377c34f540ebc92150cb1bbae78254de79b9 /arch/hexagon | |
parent | f6774cbcad7aa21ac0d4fc92a5e4deae901f6534 (diff) | |
parent | 459dac82b587cc4afe6e04b43c8e8b25e78bda15 (diff) |
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull treewide kbuild cleanup from Michal Marek:
"Paul Bolle did a cleanup of <asm/*.h> headers in various
architectures. Because the patch touch several architectures at
once, it was easiest for me to apply them to the kbuild tree."
* 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
Remove useless wrappers of asm-generic/rmap.h
Remove useless wrappers of asm-generic/ipc.h
Remove useless wrappers of asm-generic/cpumask.h
Diffstat (limited to 'arch/hexagon')
-rw-r--r-- | arch/hexagon/include/asm/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/hexagon/include/asm/Kbuild b/arch/hexagon/include/asm/Kbuild index 9aa17f1917ea..06906427c0ac 100644 --- a/arch/hexagon/include/asm/Kbuild +++ b/arch/hexagon/include/asm/Kbuild | |||
@@ -7,7 +7,6 @@ header-y += user.h | |||
7 | generic-y += auxvec.h | 7 | generic-y += auxvec.h |
8 | generic-y += bug.h | 8 | generic-y += bug.h |
9 | generic-y += bugs.h | 9 | generic-y += bugs.h |
10 | generic-y += cpumask.h | ||
11 | generic-y += cputime.h | 10 | generic-y += cputime.h |
12 | generic-y += current.h | 11 | generic-y += current.h |
13 | generic-y += device.h | 12 | generic-y += device.h |
@@ -23,7 +22,6 @@ generic-y += ioctl.h | |||
23 | generic-y += ioctls.h | 22 | generic-y += ioctls.h |
24 | generic-y += iomap.h | 23 | generic-y += iomap.h |
25 | generic-y += ipcbuf.h | 24 | generic-y += ipcbuf.h |
26 | generic-y += ipc.h | ||
27 | generic-y += irq_regs.h | 25 | generic-y += irq_regs.h |
28 | generic-y += kdebug.h | 26 | generic-y += kdebug.h |
29 | generic-y += kmap_types.h | 27 | generic-y += kmap_types.h |