aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-01-27 18:14:48 +0100
committerJean Delvare <khali@hyperion.delvare>2008-01-27 18:14:48 +0100
commit87c6c22945e5d68eb96dd1e5cb26185253cd5b9d (patch)
treef3a5e167f8e704e0d41cbd6f7e5043a7ef01596f /include/linux/i2c.h
parenti2c: Change prototypes of refcounting functions (diff)
downloadlinux-dev-87c6c22945e5d68eb96dd1e5cb26185253cd5b9d.tar.xz
linux-dev-87c6c22945e5d68eb96dd1e5cb26185253cd5b9d.zip
i2c: Drop redundant i2c_adapter.list
i2c_adapter.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 78a305bed8eb..5fa7e180501d 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -317,7 +317,6 @@ struct i2c_adapter {
int nr;
struct list_head clients;
- struct list_head list;
char name[48];
struct completion dev_released;
};