summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRussell King2012-01-21 17:38:50 +0100
committerRussell King2012-02-19 00:15:42 +0100
commitcf4abfcc0df2985ff6061f74e63b8353f2a1d0bc (patch)
tree78e6924ad56e9cad72266693dc4f29a349235f44 /include
parentMFD: ucb1x00-core: convert to use dev_pm_ops (diff)
downloadkernel-qcow2-linux-cf4abfcc0df2985ff6061f74e63b8353f2a1d0bc.tar.gz
kernel-qcow2-linux-cf4abfcc0df2985ff6061f74e63b8353f2a1d0bc.tar.xz
kernel-qcow2-linux-cf4abfcc0df2985ff6061f74e63b8353f2a1d0bc.zip
MFD: mcp-core: remove legacy driver suspend/resume methods
The legacy driver suspend/resume methods are no longer used, so get rid of them. Acked-by: Jochen Friedrich <jochen@scram.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/mcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mfd/mcp.h b/include/linux/mfd/mcp.h
index bfcdf6d3f1bf..a9e8bd157673 100644
--- a/include/linux/mfd/mcp.h
+++ b/include/linux/mfd/mcp.h
@@ -48,8 +48,6 @@ struct mcp_driver {
struct device_driver drv;
int (*probe)(struct mcp *);
void (*remove)(struct mcp *);
- int (*suspend)(struct mcp *, pm_message_t);
- int (*resume)(struct mcp *);
};
int mcp_driver_register(struct mcp_driver *);