From: Masahiro Yamada Date: Fri, 29 Mar 2019 15:52:00 +0000 (+0100) Subject: ARM: 8855/1: remove unused X-Git-Tag: v5.2-rc1~42^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=32b25e9b984ee26496043280cdb83844519ee861;p=linux.git ARM: 8855/1: remove unused No one includes this. Signed-off-by: Masahiro Yamada Signed-off-by: Russell King --- 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 -#endif - -#define PIPE_BUF PAGE_SIZE - -#endif -