summaryrefslogtreecommitdiffstats
path: root/arch/nios2
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-03-26 16:59:15 +0200
committerArnd Bergmann <arnd@arndb.de>2018-04-19 13:28:51 +0200
commit2b5a9a37e97467fea67070a94529d6d07e549270 (patch)
tree4a92b8ee150e5afeb2e25c3b2ab6115b7f2fd9a7 /arch/nios2
parent5055c67760df8e13c68f73b8534d5792d1d36543 (diff)
downloadop-kernel-dev-2b5a9a37e97467fea67070a94529d6d07e549270.zip
op-kernel-dev-2b5a9a37e97467fea67070a94529d6d07e549270.tar.gz
time: Add an asm-generic/compat.h file
We have a couple of files that try to include asm/compat.h on architectures where this is available. Those should generally use the higher-level linux/compat.h file, but that in turn fails to include asm/compat.h when CONFIG_COMPAT is disabled, unless we can provide that header on all architectures. This adds the asm/compat.h for all remaining architectures to simplify the dependencies. Architectures that are getting removed in linux-4.17 are not changed here, to avoid needless conflicts with the removal patches. Those architectures are broken by this patch, but we have already shown that they have no users. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/nios2')
-rw-r--r--arch/nios2/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nios2/include/asm/Kbuild b/arch/nios2/include/asm/Kbuild
index d232da2..64ed3d6 100644
--- a/arch/nios2/include/asm/Kbuild
+++ b/arch/nios2/include/asm/Kbuild
@@ -4,6 +4,7 @@ generic-y += bitops.h
generic-y += bug.h
generic-y += bugs.h
generic-y += cmpxchg.h
+generic-y += compat.h
generic-y += current.h
generic-y += device.h
generic-y += div64.h
OpenPOWER on IntegriCloud