diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-03-29 18:52:00 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-04-23 19:22:09 +0300 |
commit | 32b25e9b984ee26496043280cdb83844519ee861 (patch) | |
tree | e857df4244d30a4446191f9d9f1b69dec8f9756e /arch/arm/include | |
parent | 14b5f54b78292fdcf12ffb5e914f8fd2d190bcf5 (diff) | |
download | linux-32b25e9b984ee26496043280cdb83844519ee861.tar.xz |
ARM: 8855/1: remove unused <asm/limits.h>
No one includes this.
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')
-rw-r--r-- | arch/arm/include/asm/limits.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/include/asm/limits.h b/arch/arm/include/asm/limits.h deleted file mode 100644 index ab159371d786..000000000000 --- a/arch/arm/include/asm/limits.h +++ /dev/null @@ -1,12 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __ASM_PIPE_H -#define __ASM_PIPE_H - -#ifndef PAGE_SIZE -#include <asm/page.h> -#endif - -#define PIPE_BUF PAGE_SIZE - -#endif - |