commit | 202bf8d7583f2b6e28de2e9edf6fcd7e3667a173 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Dec 12 18:15:25 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Jan 03 09:32:51 2020 +0100 |
tree | acc551431ec00ecd6c4935a7d4a2de51c0cae4c6 | |
parent | 556d687a4ccd54ab50a721ddde42c820545effd9 [diff] |
compat: provide compat_ptr() on all architectures In order to avoid needless #ifdef CONFIG_COMPAT checks, move the compat_ptr() definition to linux/compat.h where it can be seen by any file regardless of the architecture. Only s390 needs a special definition, this can use the self-#define trick we have elsewhere. Reviewed-by: Ben Hutchings <ben.hutchings@codethink.co.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>