Skip to content

Commit

Permalink
[SERIAL] Remove unnecessary serial.h include
Browse files Browse the repository at this point in the history
imx.c does not use anything from serial.h, so remove it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Feb 5, 2006
1 parent 59a675b commit 6207390
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-imx/mx1ads.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <asm/mach/arch.h>
#include <linux/interrupt.h>
#include "generic.h"
#include <asm/serial.h>

static struct resource cs89x0_resources[] = {
[0] = {
Expand Down

0 comments on commit 6207390

Please sign in to comment.