Browse Source

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>
Corentin LABBE 8 năm trước cách đây
mục cha
commit
5da99328f2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/hwmon/sch56xx-common.c

+ 0 - 1
drivers/hwmon/sch56xx-common.c

@@ -28,7 +28,6 @@
 #include <linux/delay.h>
 #include <linux/fs.h>
 #include <linux/watchdog.h>
-#include <linux/miscdevice.h>
 #include <linux/uaccess.h>
 #include <linux/slab.h>
 #include "sch56xx-common.h"