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:
Chen Gang 2013-08-21 16:31:02 +08:00 committed by Tony Lindgren
parent 94b1d617e3
commit a04feb0341
1 changed files with 0 additions and 2 deletions

View File

@ -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);