Ver código fonte

ARM: OMAP: MMC: Remove unused power_pin

Remove unused power_pin

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Ladislav Michl 16 anos atrás
pai
commit
1748ae0e95
2 arquivos alterados com 0 adições e 3 exclusões
  1. 0 1
      arch/arm/plat-omap/include/mach/mmc.h
  2. 0 2
      drivers/mmc/host/omap.c

+ 0 - 1
arch/arm/plat-omap/include/mach/mmc.h

@@ -79,7 +79,6 @@ struct omap_mmc_platform_data {
 
 		/* use the internal clock */
 		unsigned internal_clock:1;
-		s16 power_pin;
 
 		int switch_pin;			/* gpio (card detect) */
 		int gpio_wp;			/* gpio (write protect) */

+ 0 - 2
drivers/mmc/host/omap.c

@@ -157,8 +157,6 @@ struct mmc_omap_host {
 	struct timer_list	dma_timer;
 	unsigned		dma_len;
 
-	short			power_pin;
-
 	struct mmc_omap_slot    *slots[OMAP_MMC_MAX_SLOTS];
 	struct mmc_omap_slot    *current_slot;
 	spinlock_t              slot_lock;