diff options
author | Chris Ball <cjb@laptop.org> | 2013-09-06 07:29:05 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-09-06 07:29:05 -0400 |
commit | 9d731e7539713acc0ec7b67a5a91357c455d2334 (patch) | |
tree | f8979b956f68f77a9d995c816df59d3368a84bc2 /include | |
parent | b7d06c85a333b18b3fa03d2242cfec91f91fbea2 (diff) |
Revert "mmc: tmio-mmc: Remove .set_pwr() callback from platform data"
This reverts commit 3af9d15c719017feb63fa99f89ac6009a5a3d467, which
causes a build failure:
drivers/mfd/asic3.c:724:2: error: unknown field 'set_pwr' specified in initializer
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/tmio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index baa23464a1e6..b22883d60500 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h | |||
@@ -106,6 +106,7 @@ struct tmio_mmc_data { | |||
106 | struct tmio_mmc_dma *dma; | 106 | struct tmio_mmc_dma *dma; |
107 | struct device *dev; | 107 | struct device *dev; |
108 | unsigned int cd_gpio; | 108 | unsigned int cd_gpio; |
109 | void (*set_pwr)(struct platform_device *host, int state); | ||
109 | void (*set_clk_div)(struct platform_device *host, int state); | 110 | void (*set_clk_div)(struct platform_device *host, int state); |
110 | int (*write16_hook)(struct tmio_mmc_host *host, int addr); | 111 | int (*write16_hook)(struct tmio_mmc_host *host, int addr); |
111 | /* clock management callbacks */ | 112 | /* clock management callbacks */ |