diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 11:24:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-30 11:24:53 -0700 |
commit | 637e49ae4f5b4a82b418dae8435e16132b298b7e (patch) | |
tree | 515d377c34f540ebc92150cb1bbae78254de79b9 /arch/mn10300 | |
parent | f6774cbcad7aa21ac0d4fc92a5e4deae901f6534 (diff) | |
parent | 459dac82b587cc4afe6e04b43c8e8b25e78bda15 (diff) | |
download | op-kernel-dev-637e49ae4f5b4a82b418dae8435e16132b298b7e.zip op-kernel-dev-637e49ae4f5b4a82b418dae8435e16132b298b7e.tar.gz |
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/mn10300')
-rw-r--r-- | arch/mn10300/include/asm/ipc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mn10300/include/asm/ipc.h b/arch/mn10300/include/asm/ipc.h deleted file mode 100644 index a46e3d9..0000000 --- a/arch/mn10300/include/asm/ipc.h +++ /dev/null @@ -1 +0,0 @@ -#include <asm-generic/ipc.h> |