Cleanup compile warning.

This commit is contained in:
Wolfgang Denk 2006-05-12 16:32:32 +02:00
parent 8cba090c58
commit 319b9a5467
1 changed files with 2 additions and 0 deletions

View File

@ -1129,8 +1129,10 @@ static int hardware_disable(int slot)
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;