dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: 6827/1: mach-netx: delete hardcoded periphid

The periphid of the AMBA CLCD controller is hardcoded to a value
that the CLCD driver does not even support.

Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Linus Walleij 2011-03-24 16:11:35 +01:00 committed by Russell King
parent 2846d84ffa
commit 5de5a4dd87
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ static struct amba_device fb_device = {
.flags = IORESOURCE_MEM,
},
.irq = { NETX_IRQ_LCD, NO_IRQ },
.periphid = 0x10112400,
};
int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)