diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-07-21 11:35:31 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2017-07-21 13:12:55 +0300 |
commit | b82d6cb41eb54bf1c0e5d2ae73f49a4dff54c54b (patch) | |
tree | da080d5799b1aa27ee99e96f8ff065b2cfba2aa7 /arch/xtensa/include/asm/device.h | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | linux-b82d6cb41eb54bf1c0e5d2ae73f49a4dff54c54b.tar.xz |
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>
Diffstat (limited to 'arch/xtensa/include/asm/device.h')
-rw-r--r-- | arch/xtensa/include/asm/device.h | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ -/* - * Arch specific extensions to struct device - * - * This file is released under the GPLv2 - */ -#ifndef _ASM_XTENSA_DEVICE_H -#define _ASM_XTENSA_DEVICE_H - -struct dev_archdata { -}; - -struct pdev_archdata { -}; - -#endif /* _ASM_XTENSA_DEVICE_H */ |