Skip to content

Commit

Permalink
ARM: OMAP: MMC: Remove unused power_pin
Browse files Browse the repository at this point in the history
Remove unused power_pin

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Ladislav Michl authored and Tony Lindgren committed Apr 23, 2009
1 parent ba16ec7 commit 1748ae0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/arm/plat-omap/include/mach/mmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down
2 changes: 0 additions & 2 deletions drivers/mmc/host/omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1748ae0

Please sign in to comment.