Geert Uytterhoeven e3e61f01d7 hwmon: (ibmpowernv) Remove bogus __init annotations
If gcc decides not to inline make_sensor_label():

    WARNING: vmlinux.o(.text+0x4df549c): Section mismatch in reference from the function .create_device_attrs() to the function .init.text:.make_sensor_label()
    The function .create_device_attrs() references
    the function __init .make_sensor_label().
    This is often because .create_device_attrs lacks a __init
    annotation or the annotation of .make_sensor_label is wrong.

As .probe() can be called after freeing of __init memory, all __init
annotiations in the driver are bogus, and should be removed.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
2018-11-04 15:55:12 -08:00
..
2018-06-12 16:19:22 -07:00
2018-06-12 16:19:22 -07:00
2018-08-23 13:52:46 -07:00
2017-04-02 07:01:53 -07:00
2018-10-23 01:17:27 +01:00
2017-04-02 07:01:53 -07:00
2017-04-13 06:09:26 -07:00
2017-04-02 07:01:53 -07:00
2018-10-10 20:37:13 -07:00
2018-08-23 13:52:46 -07:00
2017-10-29 18:36:03 -07:00
2018-10-23 00:58:12 +01:00
2018-03-10 19:00:14 -08:00
2015-06-21 22:54:53 -07:00
2016-12-02 13:28:05 -08:00