Skip to content

Commit

Permalink
ARM: mx3: pcm037: remove unused variable
Browse files Browse the repository at this point in the history
CC      arch/arm/mach-mx3/mach-pcm037.o
  arch/arm/mach-mx3/mach-pcm037.c: In function 'mxc_board_init':
  arch/arm/mach-mx3/mach-pcm037.c:584: warning: unused variable 'tmp'

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Daniel Mack authored and Sascha Hauer committed May 26, 2010
1 parent b1cdc46 commit 2e8766c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-mx3/mach-pcm037.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ __setup("otg_mode=", pcm037_otg_mode);
static void __init mxc_board_init(void)
{
int ret;
u32 tmp;

mxc_iomux_set_gpr(MUX_PGP_UH2, 1);

Expand Down

0 comments on commit 2e8766c

Please sign in to comment.