diff options
author | Peter Senna Tschudin <peter.senna@gmail.com> | 2012-09-18 12:36:10 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-08 21:09:30 -0400 |
commit | 11eff2788a1eb035693aa675504a40e72c920b61 (patch) | |
tree | 35d0a519e5ba54c26b781f92e4775ac3e2ca1c56 /arch/arm/mach-omap1 | |
parent | b1a923d0a9f86e5dd154932fc3801561503baa46 (diff) |
arch/arm/mach-omap1/devices.c: Remove unecessary semicolon
Found by http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index 726c02c9c0cd..d3fec92c54cb 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c | |||
@@ -231,7 +231,7 @@ void __init omap1_init_mmc(struct omap_mmc_platform_data **mmc_data, | |||
231 | 231 | ||
232 | omap_mmc_add("mmci-omap", i, base, size, irq, | 232 | omap_mmc_add("mmci-omap", i, base, size, irq, |
233 | rx_req, tx_req, mmc_data[i]); | 233 | rx_req, tx_req, mmc_data[i]); |
234 | }; | 234 | } |
235 | } | 235 | } |
236 | 236 | ||
237 | #endif | 237 | #endif |