
3 Oct
2011
3 Oct
'11
2:57 a.m.
From: Marek Vasut marex@pollux.denx.de
This fix has no impact on u-boot.bin size (tested with ELDK 4.2).
Signed-off-by: Marek Vasut marek.vasut@gmail.com --- drivers/pcmcia/tqm8xx_pcmcia.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/pcmcia/tqm8xx_pcmcia.c b/drivers/pcmcia/tqm8xx_pcmcia.c index ca1a9fe..2e997dd 100644 --- a/drivers/pcmcia/tqm8xx_pcmcia.c +++ b/drivers/pcmcia/tqm8xx_pcmcia.c @@ -227,10 +227,8 @@ int pcmcia_voltage_set(int slot, int vcc, int vpp) { #ifndef CONFIG_NSCU u_long reg; -# ifdef DEBUG volatile pcmconf8xx_t *pcmp = (pcmconf8xx_t *)(&(((immap_t *)CONFIG_SYS_IMMR)->im_pcmcia)); -# endif
debug ("voltage_set: " PCMCIA_BOARD_MSG " Slot %c, Vcc=%d.%d, Vpp=%d.%d\n",
--
1.7.6.2