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.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/linux/mfd/rt5033.h b/include/linux/mfd/rt5033.h
index 3c23b6220c04..8f306ac15a27 100644
--- a/include/linux/mfd/rt5033.h
+++ b/include/linux/mfd/rt5033.h
@@ -49,10 +49,9 @@ struct rt5033_charger_data {
};
struct rt5033_charger {
- struct device *dev;
- struct rt5033_dev *rt5033;
- struct power_supply psy;
-
+ struct device *dev;
+ struct rt5033_dev *rt5033;
+ struct power_supply psy;
struct rt5033_charger_data *chg;
};