From eb293c3e9cdd84f5ae1ab052af76d523cbbabcbe Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 19 Oct 2004 18:39:25 -0700 Subject: [PATCH] #include -> #include There's no reason to directly #include since it's available on all architectures and also included by #include . This patch changes #include to #include . Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/mtd/gen_probe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux/mtd') diff --git a/include/linux/mtd/gen_probe.h b/include/linux/mtd/gen_probe.h index 2d66b33f805d..f6208098660c 100644 --- a/include/linux/mtd/gen_probe.h +++ b/include/linux/mtd/gen_probe.h @@ -10,7 +10,7 @@ #include #include #include -#include +#include struct chip_probe { char *name; -- cgit v1.2.3