projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91fbb8c
)
arm: omap: kill compile warning on board-4430-sdp.c
author
Felipe Balbi
<felipe.balbi@nokia.com>
Mon, 15 Feb 2010 18:03:35 +0000
(10:03 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 15 Feb 2010 18:03:35 +0000
(10:03 -0800)
sdp4430_uart_config isn't used anywhere, so remove it.
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-4430sdp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/board-4430sdp.c
b/arch/arm/mach-omap2/board-4430sdp.c
index cc4c00de32b3fbb55e341fc76b5297c0440bb4ba..793ce8f4e927cb5f72979a7a512f9b7e0faf1947 100644
(file)
--- a/
arch/arm/mach-omap2/board-4430sdp.c
+++ b/
arch/arm/mach-omap2/board-4430sdp.c
@@
-38,10
+38,6
@@
static struct platform_device *sdp4430_devices[] __initdata = {
&sdp4430_lcd_device,
};
-static struct omap_uart_config sdp4430_uart_config __initdata = {
- .enabled_uarts = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3),
-};
-
static struct omap_lcd_config sdp4430_lcd_config __initdata = {
.ctrl_name = "internal",
};