aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/light
diff options
context:
space:
mode:
authorAlexander Holler <holler@ahsoftware.de>2012-12-15 07:45:00 -0500
committerJonathan Cameron <jic23@kernel.org>2013-01-06 06:48:11 -0500
commite07c6d170ccec9e7377a43a2999b87b860c642e9 (patch)
tree6228edfe3d3c7652858e1a7740e1c89bb5a36b87 /drivers/iio/light
parent62e00cb9a39a889c39a4241645e860284a975e6d (diff)
hid: iio: rename struct hid_sensor_iio_common to hid_sensor_common
The structure with common attributes for hid-sensors isn't specific to the iio-subsystem, so rename it to hid_sensor_common. Signed-off-by: Alexander Holler <holler@ahsoftware.de> Acked-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/light')
-rw-r--r--drivers/iio/light/hid-sensor-als.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/light/hid-sensor-als.c b/drivers/iio/light/hid-sensor-als.c
index 723f203269f2..6ab987a13c79 100644
--- a/drivers/iio/light/hid-sensor-als.c
+++ b/drivers/iio/light/hid-sensor-als.c
@@ -38,7 +38,7 @@
38 38
39struct als_state { 39struct als_state {
40 struct hid_sensor_hub_callbacks callbacks; 40 struct hid_sensor_hub_callbacks callbacks;
41 struct hid_sensor_iio_common common_attributes; 41 struct hid_sensor_common common_attributes;
42 struct hid_sensor_hub_attribute_info als_illum; 42 struct hid_sensor_hub_attribute_info als_illum;
43 u32 illum; 43 u32 illum;
44}; 44};