hwmon: Drop needless includes of <linux/delay.h>
These drivers use no sleep or delay functions so they don't need to include <linux/delay.h>. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Guenter Roeck <linux@roeck-us.net> Cc: Rudolf Marek <r.marek@assembler.cz>
This commit is contained in:

committed by
Jean Delvare

parent
fa845740cb
commit
0657777fce
@@ -22,7 +22,6 @@
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/hwmon.h>
|
||||
#include <linux/hwmon-sysfs.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/jiffies.h>
|
||||
|
||||
enum chips { max16065, max16066, max16067, max16068, max16070, max16071 };
|
||||
|
Reference in New Issue
Block a user