Skip to content

Commit

Permalink
arch/arm/mach-omap1/devices.c: Remove unecessary semicolon
Browse files Browse the repository at this point in the history
Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Peter Senna Tschudin authored and Tony Lindgren committed Oct 9, 2012
1 parent b1a923d commit 11eff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap1/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
rx_req, tx_req, mmc_data[i]);
};
}
}

#endif
Expand Down

0 comments on commit 11eff27

Please sign in to comment.