summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm/device.h
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2012-10-14 23:55:41 (GMT)
committerChris Zankel <chris@zankel.net>2012-10-16 04:49:50 (GMT)
commit795ca178c4fbb4e5d703df8cdab5c1711ba402b1 (patch)
tree2373bdd14314e3d0aee2c616d602c7cd9d3bab47 /arch/xtensa/include/asm/device.h
parent83596729adbca4ff3b0273de22e166c64aea49ec (diff)
downloadlinux-795ca178c4fbb4e5d703df8cdab5c1711ba402b1.tar.xz
xtensa: Use Kbuild infrastructure to handle asm-generic headers
Use Kbuild infrastructure to handle the asm-generic headers and remove the wrapper headers that call them. 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: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/include/asm/device.h')
-rw-r--r--arch/xtensa/include/asm/device.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/xtensa/include/asm/device.h b/arch/xtensa/include/asm/device.h
deleted file mode 100644
index d8f9872..0000000
--- a/arch/xtensa/include/asm/device.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- * Arch specific extensions to struct device
- *
- * This file is released under the GPLv2
- */
-#include <asm-generic/device.h>
-