summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/Kbuild
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-07-21 10:44:07 +0200
committerMax Filippov <jcmvbkbc@gmail.com>2017-07-21 03:13:29 -0700
commit536dcc9c34035778892a7e3cbf45166ce73f8d34 (patch)
treed6c85de91f615c8fa7c5501eaa4e536f7d46b90a /arch/xtensa/include/asm/Kbuild
parentb82d6cb41eb54bf1c0e5d2ae73f49a4dff54c54b (diff)
downloadlinux-0-day-536dcc9c34035778892a7e3cbf45166ce73f8d34.tar.gz
linux-0-day-536dcc9c34035778892a7e3cbf45166ce73f8d34.tar.xz
xtensa: remove wrapper header for asm/param.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. 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/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/Kbuild b/arch/xtensa/include/asm/Kbuild
index a2fdabfce43ab..dff7cc39437ca 100644
--- a/arch/xtensa/include/asm/Kbuild
+++ b/arch/xtensa/include/asm/Kbuild
@@ -18,6 +18,7 @@ generic-y += local.h
generic-y += local64.h
generic-y += mcs_spinlock.h
generic-y += mm-arch-hooks.h
+generic-y += param.h
generic-y += percpu.h
generic-y += preempt.h
generic-y += rwsem.h