diff options
author | Mark Brown <broonie@kernel.org> | 2024-12-09 12:50:45 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-12-09 12:50:45 +0000 |
commit | 1331fb6640440f42a709eafd5c802f3496f746b8 (patch) | |
tree | 01fd6f6cf36155fe188aed05db07a030f509ac00 /drivers/rtc/rtc-hid-sensor-time.c | |
parent | a308f9e47fc2377863f0f561ceedd45ccc7c7f9c (diff) | |
parent | fac04efc5c793dccbd07e2d59af9f90b7fc0dca4 (diff) |
regmap: Merge up v6.12-rc2
This has fixes for several boards which help my testing a lot.
Diffstat (limited to 'drivers/rtc/rtc-hid-sensor-time.c')
-rw-r--r-- | drivers/rtc/rtc-hid-sensor-time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-hid-sensor-time.c b/drivers/rtc/rtc-hid-sensor-time.c index e30f80dc9319..6228d0b2486e 100644 --- a/drivers/rtc/rtc-hid-sensor-time.c +++ b/drivers/rtc/rtc-hid-sensor-time.c @@ -326,4 +326,4 @@ module_platform_driver(hid_time_platform_driver); MODULE_DESCRIPTION("HID Sensor Time"); MODULE_AUTHOR("Alexander Holler <holler@ahsoftware.de>"); MODULE_LICENSE("GPL"); -MODULE_IMPORT_NS(IIO_HID); +MODULE_IMPORT_NS("IIO_HID"); |