summaryrefslogtreecommitdiffstats
path: root/arch/frv
diff options
context:
space:
mode:
authorLinus Torvalds2012-07-30 20:24:53 +0200
committerLinus Torvalds2012-07-30 20:24:53 +0200
commit637e49ae4f5b4a82b418dae8435e16132b298b7e (patch)
tree515d377c34f540ebc92150cb1bbae78254de79b9 /arch/frv
parentMerge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... (diff)
parentRemove useless wrappers of asm-generic/rmap.h (diff)
downloadkernel-qcow2-linux-637e49ae4f5b4a82b418dae8435e16132b298b7e.tar.gz
kernel-qcow2-linux-637e49ae4f5b4a82b418dae8435e16132b298b7e.tar.xz
kernel-qcow2-linux-637e49ae4f5b4a82b418dae8435e16132b298b7e.zip
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/frv')
-rw-r--r--arch/frv/include/asm/cpumask.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/frv/include/asm/cpumask.h b/arch/frv/include/asm/cpumask.h
deleted file mode 100644
index d999c20c84d2..000000000000
--- a/arch/frv/include/asm/cpumask.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _ASM_CPUMASK_H
-#define _ASM_CPUMASK_H
-
-#include <asm-generic/cpumask.h>
-
-#endif /* _ASM_CPUMASK_H */