aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/wm8350/core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mfd/wm8350/core.h b/include/linux/mfd/wm8350/core.h
index 42cca672f34..969b0b55615 100644
--- a/include/linux/mfd/wm8350/core.h
+++ b/include/linux/mfd/wm8350/core.h
@@ -605,6 +605,11 @@ struct wm8350_irq {
605 void *data; 605 void *data;
606}; 606};
607 607
608struct wm8350_hwmon {
609 struct platform_device *pdev;
610 struct device *classdev;
611};
612
608struct wm8350 { 613struct wm8350 {
609 struct device *dev; 614 struct device *dev;
610 615
@@ -629,6 +634,7 @@ struct wm8350 {
629 /* Client devices */ 634 /* Client devices */
630 struct wm8350_codec codec; 635 struct wm8350_codec codec;
631 struct wm8350_gpio gpio; 636 struct wm8350_gpio gpio;
637 struct wm8350_hwmon hwmon;
632 struct wm8350_pmic pmic; 638 struct wm8350_pmic pmic;
633 struct wm8350_power power; 639 struct wm8350_power power;
634 struct wm8350_rtc rtc; 640 struct wm8350_rtc rtc;