aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-01-27 18:14:49 +0100
committerJean Delvare <khali@hyperion.delvare>2008-01-27 18:14:49 +0100
commit026526f5afcd421dce110f53e4c4e2b9e78753c2 (patch)
tree1dbdb54db8382dc1c1cb63b06960158f884fd823 /include/linux/i2c.h
parenti2c: Drop redundant i2c_adapter.list (diff)
downloadlinux-dev-026526f5afcd421dce110f53e4c4e2b9e78753c2.tar.xz
linux-dev-026526f5afcd421dce110f53e4c4e2b9e78753c2.zip
i2c: Drop redundant i2c_driver.list
i2c_driver.list is superfluous, this list duplicates the one maintained by the driver core. Drop it. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r--include/linux/i2c.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 5fa7e180501d..0fc59efd80e4 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -140,7 +140,6 @@ struct i2c_driver {
int (*command)(struct i2c_client *client,unsigned int cmd, void *arg);
struct device_driver driver;
- struct list_head list;
};
#define to_i2c_driver(d) container_of(d, struct i2c_driver, driver)