diff options
author | Olof Johansson <olof@lixom.net> | 2018-09-06 10:00:03 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-09-06 10:00:03 -0700 |
commit | e312b6dcbb633bc87414f1143e0015adbbf87ae0 (patch) | |
tree | 30ef20f3f46592aaa388a4e12084bf47e61e4804 | |
parent | 96d529bac562574600eda85726fcfa3eef6dde8e (diff) | |
parent | d07f05fb86439c41dd6967c94be3ba3837b21567 (diff) |
Merge tag 'arm-soc/for-4.19/drivers-fixes' of https://github.com/Broadcom/stblinux into fixes
This pull request contains Broadcom ARM/ARM64 SoCs drivers fixes for
4.19, please pull the following:
- Peter adds an alias to the Raspberry Pi HWMON driver that was just
merged as part of the 4.19 merge window
* tag 'arm-soc/for-4.19/drivers-fixes' of https://github.com/Broadcom/stblinux:
hwmon: rpi: add module alias to raspberrypi-hwmon
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | drivers/hwmon/raspberrypi-hwmon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/raspberrypi-hwmon.c b/drivers/hwmon/raspberrypi-hwmon.c index fb4e4a6bb1f6..be5ba4690895 100644 --- a/drivers/hwmon/raspberrypi-hwmon.c +++ b/drivers/hwmon/raspberrypi-hwmon.c @@ -164,3 +164,4 @@ module_platform_driver(rpi_hwmon_driver); MODULE_AUTHOR("Stefan Wahren <stefan.wahren@i2se.com>"); MODULE_DESCRIPTION("Raspberry Pi voltage sensor driver"); MODULE_LICENSE("GPL v2"); +MODULE_ALIAS("platform:raspberrypi-hwmon"); |