summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/rt5033.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/rt5033.h')
-rw-r--r--include/linux/mfd/rt5033.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/rt5033.h b/include/linux/mfd/rt5033.h
index 8f306ac15a27..e99e2ab0c1c1 100644
--- a/include/linux/mfd/rt5033.h
+++ b/include/linux/mfd/rt5033.h
@@ -51,7 +51,7 @@ struct rt5033_charger_data {
struct rt5033_charger {
struct device *dev;
struct rt5033_dev *rt5033;
- struct power_supply psy;
+ struct power_supply *psy;
struct rt5033_charger_data *chg;
};