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>
This commit is contained in:
Masahiro Yamada 2019-03-29 16:52:00 +01:00 коммит произвёл Russell King
Родитель 14b5f54b78
Коммит 32b25e9b98
1 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -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