Loading arch/arm/plat-omap/include/mach/mmc.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -79,7 +79,6 @@ struct omap_mmc_platform_data { /* use the internal clock */ /* use the internal clock */ unsigned internal_clock:1; unsigned internal_clock:1; s16 power_pin; int switch_pin; /* gpio (card detect) */ int switch_pin; /* gpio (card detect) */ int gpio_wp; /* gpio (write protect) */ int gpio_wp; /* gpio (write protect) */ Loading drivers/mmc/host/omap.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -157,8 +157,6 @@ struct mmc_omap_host { struct timer_list dma_timer; struct timer_list dma_timer; unsigned dma_len; unsigned dma_len; short power_pin; struct mmc_omap_slot *slots[OMAP_MMC_MAX_SLOTS]; struct mmc_omap_slot *slots[OMAP_MMC_MAX_SLOTS]; struct mmc_omap_slot *current_slot; struct mmc_omap_slot *current_slot; spinlock_t slot_lock; spinlock_t slot_lock; Loading Loading
arch/arm/plat-omap/include/mach/mmc.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -79,7 +79,6 @@ struct omap_mmc_platform_data { /* use the internal clock */ /* use the internal clock */ unsigned internal_clock:1; unsigned internal_clock:1; s16 power_pin; int switch_pin; /* gpio (card detect) */ int switch_pin; /* gpio (card detect) */ int gpio_wp; /* gpio (write protect) */ int gpio_wp; /* gpio (write protect) */ Loading
drivers/mmc/host/omap.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -157,8 +157,6 @@ struct mmc_omap_host { struct timer_list dma_timer; struct timer_list dma_timer; unsigned dma_len; unsigned dma_len; short power_pin; struct mmc_omap_slot *slots[OMAP_MMC_MAX_SLOTS]; struct mmc_omap_slot *slots[OMAP_MMC_MAX_SLOTS]; struct mmc_omap_slot *current_slot; struct mmc_omap_slot *current_slot; spinlock_t slot_lock; spinlock_t slot_lock; Loading