diff options
| author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-08-08 06:38:44 -0400 |
|---|---|---|
| committer | Chris Ball <cjb@laptop.org> | 2013-08-24 23:58:13 -0400 |
| commit | 3af9d15c719017feb63fa99f89ac6009a5a3d467 (patch) | |
| tree | ae2e096e7033bccd7c100786d75356c45fe57181 /include/linux/mfd | |
| parent | 2b63b341d42cd64ff40062447320d46cf3e7f0bb (diff) | |
mmc: tmio-mmc: Remove .set_pwr() callback from platform data
The .set_pwr() callback isn't used anymore as all platforms register
GPIO-controlled regulators. Remove it.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/tmio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h index b22883d60500..baa23464a1e6 100644 --- a/include/linux/mfd/tmio.h +++ b/include/linux/mfd/tmio.h | |||
| @@ -106,7 +106,6 @@ 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); | ||
| 110 | void (*set_clk_div)(struct platform_device *host, int state); | 109 | void (*set_clk_div)(struct platform_device *host, int state); |
| 111 | int (*write16_hook)(struct tmio_mmc_host *host, int addr); | 110 | int (*write16_hook)(struct tmio_mmc_host *host, int addr); |
| 112 | /* clock management callbacks */ | 111 | /* clock management callbacks */ |
