OSDN Git Service

hwmon: (lm90) Reorder include files in alphabetical order
authorGuenter Roeck <linux@roeck-us.net>
Sat, 30 Oct 2021 16:02:56 +0000 (09:02 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 13 Jul 2022 15:38:17 +0000 (08:38 -0700)
commit479f21d41d30c25cc9060828dd8819f655227931
tree8c99c657a8f61fb0a7f096b10582489c61008778
parentf6d0775119fb905fb02eafa98d575cf8ee792d46
hwmon: (lm90) Reorder include files in alphabetical order

Reorder include files in alphabetical order to reduce the chance of
duplicates and to make it clear where new include files should be
added. Drop the unnecessary include of linux/sysfs.h. Include
linux/device.h instead because that is what is actually used.

No functional change.

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