commit | c1193a4a1e756312f9b2e315853fa67daf2c0a51 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Fri May 12 16:32:32 2006 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Fri May 12 16:32:32 2006 +0200 |
tree | fc00fd1ac5c46686d36a9d798f85f38d33d4e35b | |
parent | 67ffef3619db9386bbb12f63c466dfec0a80f304 [diff] |
Cleanup compile warning.
diff --git a/common/cmd_pcmcia.c b/common/cmd_pcmcia.c index 16d9d14..46b703d 100644 --- a/common/cmd_pcmcia.c +++ b/common/cmd_pcmcia.c
@@ -1129,8 +1129,10 @@ static int voltage_set(int slot, int vcc, int vpp) { +#ifdef DEBUG volatile pcmconf8xx_t *pcmp = (pcmconf8xx_t *)(&(((immap_t *)CFG_IMMR)->im_pcmcia)); +#endif volatile unsigned char *powerctl = (volatile unsigned char *)PCMCIA_CTRL; unsigned long reg;