Re: [PATCH] i2c driver fixes for 2.6.0

From: Greg KH
Date: Tue Dec 30 2003 - 17:40:23 EST


ChangeSet 1.1496.8.35, 2003/12/19 11:49:32-08:00, greg@xxxxxxxxx

[PATCH] I2C: removed #include <linux/i2c.h> from sa1100_stork.c as it's not needed.

Thanks to Jean Delvare <khali@xxxxxxxxxxxx> for pointing it out.


drivers/pcmcia/sa1100_stork.c | 1 -
1 files changed, 1 deletion(-)


diff -Nru a/drivers/pcmcia/sa1100_stork.c b/drivers/pcmcia/sa1100_stork.c
--- a/drivers/pcmcia/sa1100_stork.c Tue Dec 30 12:29:25 2003
+++ b/drivers/pcmcia/sa1100_stork.c Tue Dec 30 12:29:25 2003
@@ -23,7 +23,6 @@
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/device.h>
-#include <linux/i2c.h>

#include <asm/hardware.h>
#include <asm/mach-types.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/