summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-mmc/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/mt7621-mmc/board.h')
-rw-r--r--drivers/staging/mt7621-mmc/board.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/mt7621-mmc/board.h b/drivers/staging/mt7621-mmc/board.h
index c4e014d01635..a60347cd3da8 100644
--- a/drivers/staging/mt7621-mmc/board.h
+++ b/drivers/staging/mt7621-mmc/board.h
@@ -64,10 +64,6 @@ struct msdc_hw {
/* config gpio pull mode */
void (*config_gpio_pin)(int type, int pull);
-
- /* external power control for card */
- void (*ext_power_on)(void);
- void (*ext_power_off)(void);
};
extern struct msdc_hw msdc0_hw;