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>
@@ -15,7 +15,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/err.h>
-#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/jiffies.h>
#include <linux/i2c.h>
@@ -26,7 +26,6 @@
#include <linux/hwmon-sysfs.h>
#include <linux/log2.h>
#include <linux/slab.h>
@@ -12,7 +12,6 @@
*
*/
#include <linux/hwmon.h>
@@ -18,7 +18,6 @@
@@ -25,7 +25,6 @@
#include <linux/pci.h>
#include <linux/platform_device.h>
@@ -22,7 +22,6 @@
enum chips { max16065, max16066, max16067, max16068, max16070, max16071 };
#include <linux/i2c/pmbus.h>
#include "pmbus.h"
#include <linux/io.h>
@@ -34,7 +34,6 @@
/* Addresses to scan */