]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: sh_mmcif: Remove .down_pwr() callback from platform data
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 8 Aug 2013 10:38:39 +0000 (12:38 +0200)
committerChris Ball <cjb@laptop.org>
Sun, 25 Aug 2013 03:58:07 +0000 (23:58 -0400)
The callback isn't used by the driver and isn't initialized by board
code. 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>
include/linux/mmc/sh_mmcif.h

index e7d5dd67bb74fa42fbac10a67840667bc6c8e062..39011eb429302a89b9021f2a350348eee9f2d110 100644 (file)
@@ -34,7 +34,6 @@
 
 struct sh_mmcif_plat_data {
        void (*set_pwr)(struct platform_device *pdev, int state);
-       void (*down_pwr)(struct platform_device *pdev);
        int (*get_cd)(struct platform_device *pdef);
        unsigned int            slave_id_tx;    /* embedded slave_id_[tr]x */
        unsigned int            slave_id_rx;