mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: David Hinds <dahinds@users.sourceforge.net>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.4] pcmcia/sa1100_stork.c doesn't need i2c
Date: Mon, 10 Nov 2003 20:31:34 +0100	[thread overview]
Message-ID: <20031110203134.7cf624f7.khali@linux-fr.org> (raw)

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/

                 reply	other threads:[~2003-11-10 19:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031110203134.7cf624f7.khali@linux-fr.org \
    --to=khali@linux-fr.org \
    --cc=dahinds@users.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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