aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/pcf50606/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/pcf50606/core.h')
-rw-r--r--include/linux/mfd/pcf50606/core.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/linux/mfd/pcf50606/core.h b/include/linux/mfd/pcf50606/core.h
index a51b1b548c2..e036e07064c 100644
--- a/include/linux/mfd/pcf50606/core.h
+++ b/include/linux/mfd/pcf50606/core.h
@@ -38,10 +38,6 @@ struct pcf50606_platform_data {
u8 resumers[3];
};
-struct pcf50606_subdev_pdata {
- struct pcf50606 *pcf;
-};
-
struct pcf50606_irq {
void (*handler)(int, void *);
void *data;
@@ -166,5 +162,11 @@ enum pcf50606_reg_int3 {
#define PCF50606_REG_OOCC1 0x08
#define PCF50606_OOCC1_GOSTDBY 0x01
+
+static inline struct pcf50606 *dev_to_pcf50606(struct device *dev)
+{
+ return dev_get_drvdata(dev);
+}
+
#endif