mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
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>
This commit is contained in:
parent
62e00cb9a3
commit
e07c6d170c
9 changed files with 19 additions and 19 deletions
|
@ -39,7 +39,7 @@ enum hid_time_channel {
|
|||
|
||||
struct hid_time_state {
|
||||
struct hid_sensor_hub_callbacks callbacks;
|
||||
struct hid_sensor_iio_common common_attributes;
|
||||
struct hid_sensor_common common_attributes;
|
||||
struct hid_sensor_hub_attribute_info info[TIME_RTC_CHANNEL_MAX];
|
||||
struct rtc_time last_time;
|
||||
spinlock_t lock_last_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue