hwmon: (lm83) Move lm83_id to avoid forward declaration
authorGuenter Roeck <linux@roeck-us.net>
Wed, 22 Dec 2021 19:49:04 +0000 (11:49 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 28 Feb 2022 01:03:16 +0000 (17:03 -0800)
commit11e3377b9a439a5cf989bdb2b16d90e237542ec2
tree9eddc8d325dc638f7058a627f5ffe67d640b8faa
parent7c68c2c761d157203b64ebbb61dd7b5b6c32df61
hwmon: (lm83) Move lm83_id to avoid forward declaration

There is no need to keep lm83_id at the end of the driver. Move it
forward to where it is needed to avoid a forward declaration.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm83.c