diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-07-21 10:35:31 +0200 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2017-07-21 03:12:55 -0700 |
commit | b82d6cb41eb54bf1c0e5d2ae73f49a4dff54c54b (patch) | |
tree | da080d5799b1aa27ee99e96f8ff065b2cfba2aa7 /arch/xtensa/include/asm/Kbuild | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | talos-obmc-linux-b82d6cb41eb54bf1c0e5d2ae73f49a4dff54c54b.tar.gz talos-obmc-linux-b82d6cb41eb54bf1c0e5d2ae73f49a4dff54c54b.zip |
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/Kbuild')
-rw-r--r-- | arch/xtensa/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 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 @@ generic-y += bug.h generic-y += clkdev.h +generic-y += device.h generic-y += div64.h generic-y += dma-contiguous.h generic-y += emergency-restart.h |