From: Andrew Lunn Date: Fri, 17 Jun 2011 13:14:23 +0000 (+0200) Subject: ARM: remove duplicate include from arch/arm/mach-dove/common.c X-Git-Tag: v3.1-rc1~245^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ca9d7856c101f4b1d2c7d3f2ad2fcce8e9a20ae;p=platform%2Fkernel%2Flinux-exynos.git ARM: remove duplicate include from arch/arm/mach-dove/common.c Jesper Juhl pointed out there is a redundant include of linux/serial_8250.h. However it turns out both are redundant. This patch removes them both. Reported-by: Jesper Juhl Signed-off-by: Andrew Lunn Reviewed-by: Jesper Juhl Signed-off-by: Jiri Kosina --- diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index 5ed51b8..83dce85 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c @@ -13,11 +13,9 @@ #include #include #include -#include #include #include #include -#include #include #include #include