Misc ti_pci1410a fixups
authorGraeme Russ <graeme.russ@gmail.com>
Sun, 23 Aug 2009 02:59:52 +0000 (12:59 +1000)
committerWolfgang Denk <wd@denx.de>
Fri, 4 Sep 2009 19:54:04 +0000 (21:54 +0200)
commita92510e7fae523145b58765cdc46110f1162260d
treeeaec90b710725243dd78f2557e882079fa7a720d
parent31b9ab33d93d88ff89f3046aa45c68667a378a56
Misc ti_pci1410a fixups

Removed do_pinit() - now declared in cmd_pcmcia.c

Added #define CONFIG_CMD_PCMCIA around pcmcia_off() in line with other
PCMCIA drivers

signed/unsigned type fixups

Added semi-colon after default: label as required by newer gcc

The only board that appears to use this driver is the sc520_spunk which
is very old and very likely very broken anyway. I do not have one to test
whether this patch breaks anything functionaly, I have can only check
that it compiles without warning or error

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
drivers/pcmcia/ti_pci1410a.c