aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/asm/xor.h
diff options
context:
space:
mode:
authorSteven Rostedt <rostedt@goodmis.org>2013-09-01 22:56:21 +0200
committerHans-Christian Egtvedt <egtvedt@samfundet.no>2013-09-30 08:42:01 +0200
commit46663d05cff3442321dc550dff6b79b885c7856f (patch)
tree96cfc4680fe62d4c857badb71a6ffb86c6c5ea68 /arch/avr32/include/asm/xor.h
parentLinux 3.12-rc3 (diff)
downloadlinux-dev-46663d05cff3442321dc550dff6b79b885c7856f.tar.xz
linux-dev-46663d05cff3442321dc550dff6b79b885c7856f.zip
avr32: use Kbuild infrastructure to handle the asm-generic headers
Use kbuild to add asm-generic headers that do nothing, also remove the arch specific wrapper headers. 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: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Diffstat (limited to 'arch/avr32/include/asm/xor.h')
-rw-r--r--arch/avr32/include/asm/xor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/avr32/include/asm/xor.h b/arch/avr32/include/asm/xor.h
deleted file mode 100644
index 99c87aa0af4f..000000000000
--- a/arch/avr32/include/asm/xor.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _ASM_XOR_H
-#define _ASM_XOR_H
-
-#include <asm-generic/xor.h>
-
-#endif