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>
Sat, 5 Feb 2022 18:01:33 +0000 (10:01 -0800)
commit1450a43ecc9b0c09f14e15e792da939f156ff033
tree7db97bad387788fb4a178f434bcb087c4ecd3ef6
parent428f7a213afd63624400dd1119011388689b4a80
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