summaryrefslogtreecommitdiff
path: root/drivers/hwmon/abx500.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/abx500.h')
-rw-r--r--drivers/hwmon/abx500.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hwmon/abx500.h b/drivers/hwmon/abx500.h
index 1d41aa191fe..77ae7cbd5c1 100644
--- a/drivers/hwmon/abx500.h
+++ b/drivers/hwmon/abx500.h
@@ -12,6 +12,7 @@
struct ab8500_gpadc;
struct ab5500_gpadc;
struct ab8500_btemp;
+struct ab5500_btemp;
struct adc_auto_input;
struct abx500_temp;
@@ -63,6 +64,7 @@ struct abx500_temp {
struct ab8500_gpadc *ab8500_gpadc;
struct ab5500_gpadc *ab5500_gpadc;
struct ab8500_btemp *ab8500_btemp;
+ struct ab5500_btemp *ab5500_btemp;
struct adc_auto_input *gpadc_auto;
struct abx500_temp_ops ops;
u8 gpadc_addr[NUM_SENSORS];