diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-07-21 04:35:31 -0400 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2017-07-21 06:12:55 -0400 |
commit | b82d6cb41eb54bf1c0e5d2ae73f49a4dff54c54b (patch) | |
tree | da080d5799b1aa27ee99e96f8ff065b2cfba2aa7 | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) |
xtensa: remove wrapper header for asm/device.h
xtensa's asm/device.h is a verbatim copy of asm-generic/device.h and
does not add any arch specific extensions. Thus, use the asm-generic
header directly.
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
-rw-r--r-- | arch/xtensa/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/xtensa/include/asm/device.h | 15 |
2 files changed, 1 insertions, 15 deletions
diff --git a/arch/xtensa/include/asm/Kbuild b/arch/xtensa/include/asm/Kbuild index 2d716ebc5a5e..a2fdabfce43a 100644 --- a/arch/xtensa/include/asm/Kbuild +++ b/arch/xtensa/include/asm/Kbuild | |||
@@ -1,5 +1,6 @@ | |||
1 | generic-y += bug.h | 1 | generic-y += bug.h |
2 | generic-y += clkdev.h | 2 | generic-y += clkdev.h |
3 | generic-y += device.h | ||
3 | generic-y += div64.h | 4 | generic-y += div64.h |
4 | generic-y += dma-contiguous.h | 5 | generic-y += dma-contiguous.h |
5 | generic-y += emergency-restart.h | 6 | generic-y += emergency-restart.h |
diff --git a/arch/xtensa/include/asm/device.h b/arch/xtensa/include/asm/device.h deleted file mode 100644 index 1deeb8ebbb1b..000000000000 --- a/arch/xtensa/include/asm/device.h +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | /* | ||
2 | * Arch specific extensions to struct device | ||
3 | * | ||
4 | * This file is released under the GPLv2 | ||
5 | */ | ||
6 | #ifndef _ASM_XTENSA_DEVICE_H | ||
7 | #define _ASM_XTENSA_DEVICE_H | ||
8 | |||
9 | struct dev_archdata { | ||
10 | }; | ||
11 | |||
12 | struct pdev_archdata { | ||
13 | }; | ||
14 | |||
15 | #endif /* _ASM_XTENSA_DEVICE_H */ | ||