From: Jean Delvare <khali@linux-fr.org>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>,
LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.4] I2C updates for 2.4.28 (4/5)
Date: Sat, 20 Nov 2004 13:37:30 +0100 [thread overview]
Message-ID: <20041120133730.7bce8458.khali@linux-fr.org> (raw)
Two defined constants in include/linux/i2c.h aren't used anywhere,
haven't ever been and won't ever be. They simply don't correspond to
anything in the i2c core. Let's get rid of them.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
--- linux-2.4.28-rc1/include/linux/i2c.h.orig 2004-10-27 23:45:50.000000000 +0200
+++ linux-2.4.28-rc1/include/linux/i2c.h 2004-10-29 19:28:38.000000000 +0200
@@ -47,11 +47,9 @@
/* --- General options ------------------------------------------------ */
-#define I2C_ALGO_MAX 4 /* control memory consumption */
-#define I2C_ADAP_MAX 16
+#define I2C_ADAP_MAX 16 /* control memory consumption */
#define I2C_DRIVER_MAX 16
#define I2C_CLIENT_MAX 32
-#define I2C_DUMMY_MAX 4
struct i2c_algorithm;
struct i2c_adapter;
--
Jean Delvare
http://khali.linux-fr.org/
reply other threads:[~2004-11-20 12:37 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=20041120133730.7bce8458.khali@linux-fr.org \
--to=khali@linux-fr.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/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