hwmon: (iio_hwmon) Drop bogus __refdata annotation
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 11 Dec 2020 13:35:12 +0000 (14:35 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 11 Dec 2020 15:42:27 +0000 (07:42 -0800)
commit561e3121841a8541402a331c19e9b78e3d2786d3
treee048d20889fd801a0d0db339bd4eb09fdccea565
parentfb42dce4d7b56aac31bd7ef47228515eae9ac968
hwmon: (iio_hwmon) Drop bogus __refdata annotation

As the IIO hardware monitoring driver does not have any code or data
located in initmem, there is no need to annotate the iio_hwmon_driver
structure with __refdata.  Drop the annotation, to avoid suppressing
future section warnings.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20201211133512.2969952-1-geert+renesas@glider.be
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/iio_hwmon.c