[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110526144804.GA31651@lunn.ch>
Date: Thu, 26 May 2011 16:48:04 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Jesper Juhl <jj@...osbits.net>
Cc: linux-arm-kernel@...ts.infradead.org, Andrew Lunn <andrew@...n.ch>,
trivial@...nel.org, linux-kernel@...r.kernel.org,
Russell King <linux@....linux.org.uk>,
Nicolas Pitre <nico@...xnic.net>
Subject: Re: [PATCH][Trivial] 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.
Only compile tested.
Reported-by: Jesper Juhl <jj@...osbits.net>
Signed-off-by: Andrew Lunn <andrew@...n.ch>
---
arch/arm/mach-dove/common.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
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 <linux/init.h>
#include <linux/platform_device.h>
#include <linux/pci.h>
-#include <linux/serial_8250.h>
#include <linux/clk.h>
#include <linux/mbus.h>
#include <linux/ata_platform.h>
-#include <linux/serial_8250.h>
#include <linux/gpio.h>
#include <asm/page.h>
#include <asm/setup.h>
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists