hwmon: (asus_atk0110) Replace deprecated device register call
authorBastian Germann <bastiangermann@fishpost.de>
Fri, 1 Jun 2018 15:14:18 +0000 (17:14 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 1 Jun 2018 16:34:54 +0000 (09:34 -0700)
commit3c60726d217b3e03cef2d9f785727a53fff49450
tree6b7e21f31b19ceed2fab24a60edf7ba07edeb3d2
parentfb8eefd3b4e6f79e0930fffff6640744699c6f1d
hwmon: (asus_atk0110) Replace deprecated device register call

Make the asus_atk0110 driver use hwmon_device_register_with_groups instead
of the deprecated hwmon_device_register.
Construct the expected attribute_group array from the sensor list which
contains all needed attributes.
Remove the manual sysfs file creation and deletion that are now taken care
of by the (un)register calls via the attribute_group array.

Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/asus_atk0110.c