projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b962f1b
)
ARM: amba: netx: get rid of NO_IRQ initializers
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 18 Dec 2011 11:41:54 +0000
(11:41 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 25 Jan 2012 11:04:02 +0000
(11:04 +0000)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-netx/fb.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-netx/fb.c
b/arch/arm/mach-netx/fb.c
index b9913234bbf66458e93740aa1fd1e9c2004d42a1..eda856c445e09c5d286e395e04bf6aed25182b4f 100644
(file)
--- a/
arch/arm/mach-netx/fb.c
+++ b/
arch/arm/mach-netx/fb.c
@@
-102,7
+102,7
@@
static struct amba_device fb_device = {
.end = 0x00104fff,
.flags = IORESOURCE_MEM,
},
- .irq = { NETX_IRQ_LCD
, NO_IRQ
},
+ .irq = { NETX_IRQ_LCD },
};
int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)