diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-03-21 23:20:26 -0800 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-23 14:40:24 +1100 |
commit | 3e52174ec8fd9d8671b69b8e7decb465aaf519c0 (patch) | |
tree | 8b29ead7e1b15b2fa4dd9f003388bb6d10979049 /drivers/macintosh/therm_pm72.c | |
parent | 8ac4fc53fef6b4ff942a66be1b503b24d32bcf83 (diff) |
[PATCH] macintosh: cleanup the use of i2c headers
Cleanup the use of i2c headers in macintosh drivers.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/macintosh/therm_pm72.c')
-rw-r--r-- | drivers/macintosh/therm_pm72.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/macintosh/therm_pm72.c b/drivers/macintosh/therm_pm72.c index 4f50ee5767a2..231146f439dd 100644 --- a/drivers/macintosh/therm_pm72.c +++ b/drivers/macintosh/therm_pm72.c @@ -104,7 +104,6 @@ #include <linux/kernel.h> #include <linux/delay.h> #include <linux/sched.h> -#include <linux/i2c.h> #include <linux/slab.h> #include <linux/init.h> #include <linux/spinlock.h> @@ -113,7 +112,6 @@ #include <linux/reboot.h> #include <linux/kmod.h> #include <linux/i2c.h> -#include <linux/i2c-dev.h> #include <asm/prom.h> #include <asm/machdep.h> #include <asm/io.h> |