* [PATCH 2.4] pcmcia/sa1100_stork.c doesn't need i2c
@ 2003-11-10 19:31 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2003-11-10 19:31 UTC (permalink / raw)
To: David Hinds; +Cc: LKML
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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-11-10 19:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-10 19:31 [PATCH 2.4] pcmcia/sa1100_stork.c doesn't need i2c Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome