Skip to content
Snippets Groups Projects
Commit 2b5a9a37 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 5055c677
No related branches found
No related tags found
Loading
Showing
with 21 additions and 1 deletion
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment