diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-01 08:29:22 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2017-02-28 06:06:16 -0500 |
commit | 1c63d4c5e16394698072d671029e753715af100a (patch) | |
tree | 33a7a57c3e82b7a79fc05fbb4fdb12106690d4b2 /arch/arm/include/asm/hardware/cache-uniphier.h | |
parent | 050d18d1c65113b4558d86d53465ebe1d04910fb (diff) |
ARM: 8651/1: cache-uniphier: include <linux/errno.h> instead of <linux/types.h>
Nothing in this header file depends on <linux/types.h>.
Rather, <linux/errno.h> should be included for -ENODEV.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/hardware/cache-uniphier.h')
-rw-r--r-- | arch/arm/include/asm/hardware/cache-uniphier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/hardware/cache-uniphier.h b/arch/arm/include/asm/hardware/cache-uniphier.h index eaa60da7dac3..0ef42ae75b6c 100644 --- a/arch/arm/include/asm/hardware/cache-uniphier.h +++ b/arch/arm/include/asm/hardware/cache-uniphier.h | |||
@@ -16,7 +16,7 @@ | |||
16 | #ifndef __CACHE_UNIPHIER_H | 16 | #ifndef __CACHE_UNIPHIER_H |
17 | #define __CACHE_UNIPHIER_H | 17 | #define __CACHE_UNIPHIER_H |
18 | 18 | ||
19 | #include <linux/types.h> | 19 | #include <linux/errno.h> |
20 | 20 | ||
21 | #ifdef CONFIG_CACHE_UNIPHIER | 21 | #ifdef CONFIG_CACHE_UNIPHIER |
22 | int uniphier_cache_init(void); | 22 | int uniphier_cache_init(void); |