mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
ARM: OMAP2: remove useless variable 'ret'
Remove useless variable 'ret', the related warning: arch/arm/mach-omap2/board-am3517crane.c:113:6: warning: unused variable ‘ret’ -Wunused-variable] Signed-off-by: Chen Gang <gang.chen@asianux.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
94b1d617e3
commit
a04feb0341
@ -110,8 +110,6 @@ static void __init am3517_crane_i2c_init(void)
|
||||
|
||||
static void __init am3517_crane_init(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
omap3_mux_init(board_mux, OMAP_PACKAGE_CBB);
|
||||
omap_serial_init();
|
||||
omap_sdrc_init(NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user