Commit 11eff278 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by Tony Lindgren

arch/arm/mach-omap1/devices.c: Remove unecessary semicolon

Found by http://coccinelle.lip6.fr/Signed-off-by: default avatarPeter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b1a923d0
...@@ -231,7 +231,7 @@ void __init omap1_init_mmc(struct omap_mmc_platform_data **mmc_data, ...@@ -231,7 +231,7 @@ void __init omap1_init_mmc(struct omap_mmc_platform_data **mmc_data,
omap_mmc_add("mmci-omap", i, base, size, irq, omap_mmc_add("mmci-omap", i, base, size, irq,
rx_req, tx_req, mmc_data[i]); rx_req, tx_req, mmc_data[i]);
}; }
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment