Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwmon: (sch56xx) Remove unneeded linux/miscdevice.h include

drivers/hwmon/sch56xx-common.c does not contain any miscdevice so the
inclusion of linux/miscdevice.h is uncessary.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Corentin LABBE and committed by
Guenter Roeck
5da99328 e9572fdd

-1
-1
drivers/hwmon/sch56xx-common.c
··· 28 28 #include <linux/delay.h> 29 29 #include <linux/fs.h> 30 30 #include <linux/watchdog.h> 31 - #include <linux/miscdevice.h> 32 31 #include <linux/uaccess.h> 33 32 #include <linux/slab.h> 34 33 #include "sch56xx-common.h"