diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-08-08 12:38:42 +0200 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2013-08-24 23:58:10 -0400 |
commit | 1036563e1417c050993bbd48f20a84ff7c7cef99 (patch) | |
tree | 0d9a7ba7d266db2076f65c5dfb93fd9a601440a9 /include/linux/mmc/sh_mobile_sdhi.h | |
parent | 57fcb523e5fce1c24e9c28b64f6e6dc3edf55073 (diff) | |
download | talos-obmc-linux-1036563e1417c050993bbd48f20a84ff7c7cef99.tar.gz talos-obmc-linux-1036563e1417c050993bbd48f20a84ff7c7cef99.zip |
mmc: sh_mobile_sdhi: 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/mmc/sh_mobile_sdhi.h')
-rw-r--r-- | include/linux/mmc/sh_mobile_sdhi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/sh_mobile_sdhi.h b/include/linux/mmc/sh_mobile_sdhi.h index f31c69262232..68927ae50845 100644 --- a/include/linux/mmc/sh_mobile_sdhi.h +++ b/include/linux/mmc/sh_mobile_sdhi.h @@ -25,7 +25,6 @@ struct sh_mobile_sdhi_info { unsigned long tmio_caps2; u32 tmio_ocr_mask; /* available MMC voltages */ unsigned int cd_gpio; - void (*set_pwr)(struct platform_device *pdev, int state); /* callbacks for board specific setup code */ int (*init)(struct platform_device *pdev, |