X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=drivers%2Fpcmcia%2Fti113x.h;h=d29657bf1b40faecefd0598ad73cc60c42d292c1;hb=78187865efa5aec5a28a200a39153f98d8f38d4d;hp=539b5cd1a5986153974eaa23b98c22bb7aed6310;hpb=556902cd2d2cfdc54fe1f1d7f3ac5e2eb276ac09;p=linux-2.6-omap-h63xx.git diff --git a/drivers/pcmcia/ti113x.h b/drivers/pcmcia/ti113x.h index 539b5cd1a59..d29657bf1b4 100644 --- a/drivers/pcmcia/ti113x.h +++ b/drivers/pcmcia/ti113x.h @@ -30,7 +30,6 @@ #ifndef _LINUX_TI113X_H #define _LINUX_TI113X_H -#include /* Register definitions for TI 113X PCI-to-CardBus bridges */ @@ -648,6 +647,7 @@ static int ti12xx_2nd_slot_empty(struct yenta_socket *socket) */ break; + case PCI_DEVICE_ID_TI_XX12: case PCI_DEVICE_ID_TI_X515: case PCI_DEVICE_ID_TI_X420: case PCI_DEVICE_ID_TI_X620: @@ -873,8 +873,8 @@ static int ti1250_override(struct yenta_socket *socket) * Some fixup code to make everybody happy (TM). */ -#ifdef CONFIG_CARDBUS -/** +#ifdef CONFIG_YENTA_ENE_TUNE +/* * set/clear various test bits: * Defaults to clear the bit. * - mask (u8) defines what bits to change @@ -937,7 +937,7 @@ static int ene_override(struct yenta_socket *socket) } #else # define ene_override ti1250_override -#endif +#endif /* !CONFIG_YENTA_ENE_TUNE */ #endif /* _LINUX_TI113X_H */