Messages in this thread Patch in this message |  | | | Date | Mon, 10 Nov 2003 20:31:34 +0100 | | From | Jean Delvare <> | | Subject | [PATCH 2.4] pcmcia/sa1100_stork.c doesn't need i2c |
| |
Hi David, hi all,
The pcmcia/sa1100_stork.c file has an include on i2c.h, while it doesn't seem to make any use of it. The simple patch below fixes that. Same applies to Linux 2.6, post follows.
--- linux-2.4.23-pre9/drivers/pcmcia/sa1100_stork.c.orig Tue Jul 15 12:23:03 2003 +++ linux-2.4.23-pre9/drivers/pcmcia/sa1100_stork.c Mon Nov 10 19:58:18 2003 @@ -24,7 +24,6 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> -#include <linux/i2c.h> #include <asm/hardware.h> #include <asm/irq.h> Please apply.
-- Jean Delvare http://www.ensicaen.ismra.fr/~delvare/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |