diff mbox

[Trivial] ARM: remove duplicate include from arch/arm/mach-dove/common.c

Message ID alpine.LNX.2.00.1105261130190.17400@swampdragon.chaosbits.net (mailing list archive)
State New, archived
Headers show

Commit Message

Jesper Juhl May 26, 2011, 9:35 a.m. UTC
Remove duplicate linux/serial_8250.h include from 
arch/arm/mach-dove/common.c that was introduced by commit 
5c60255149eece2a36ec9f5c99817b85f96fe8ec .

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
 common.c |    1 -
 1 file changed, 1 deletion(-)

 note: untested patch since I have no way to really build arm stuff.
       patch is against Linus' tree.

Comments

Sergei Shtylyov May 27, 2011, 3:36 p.m. UTC | #1
Hello.

Jesper Juhl wrote:

> Remove duplicate linux/serial_8250.h include from 
> arch/arm/mach-dove/common.c that was introduced by commit 
> 5c60255149eece2a36ec9f5c99817b85f96fe8ec .

   Please also specify that commit's summary -- for the human readers.

> Signed-off-by: Jesper Juhl <jj@chaosbits.net>

WBR, Sergei
diff mbox

Patch

diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c
index 5ed51b8..b6c3d6b 100644
--- a/arch/arm/mach-dove/common.c
+++ b/arch/arm/mach-dove/common.c
@@ -17,7 +17,6 @@ 
 #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>