diff options
author | Daniel Mack <daniel@caiaq.de> | 2010-05-25 10:46:53 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-05-26 04:41:08 -0400 |
commit | 2e8766c3d4e0bd180ec8bd95707de444768b1e96 (patch) | |
tree | ab4c7ceb57eebf98d454213f0f6418bc6ba6985d /arch/arm/mach-mx3 | |
parent | b1cdc4670b9508fcd47a15fbd12f70d269880b37 (diff) |
ARM: mx3: pcm037: remove unused variable
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>
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r-- | arch/arm/mach-mx3/mach-pcm037.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/mach-pcm037.c b/arch/arm/mach-mx3/mach-pcm037.c index cce410662383..06cf61bca250 100644 --- a/arch/arm/mach-mx3/mach-pcm037.c +++ b/arch/arm/mach-mx3/mach-pcm037.c | |||
@@ -581,7 +581,6 @@ __setup("otg_mode=", pcm037_otg_mode); | |||
581 | static void __init mxc_board_init(void) | 581 | static void __init mxc_board_init(void) |
582 | { | 582 | { |
583 | int ret; | 583 | int ret; |
584 | u32 tmp; | ||
585 | 584 | ||
586 | mxc_iomux_set_gpr(MUX_PGP_UH2, 1); | 585 | mxc_iomux_set_gpr(MUX_PGP_UH2, 1); |
587 | 586 | ||