From c7fc33d2a5d26de5f0c41dee05990fe879f6c625 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Sun, 27 Nov 2005 08:57:10 +0100 Subject: [PATCH] --- yaml --- r: 16682 b: refs/heads/master c: 5d7b851dcced3611e4a4432308618b1ed1a9fc31 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/i2c.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 04123ad7cff0..3d6450830750 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8a9947552d43b0d20d5fa23ac0ba435d526be454 +refs/heads/master: 5d7b851dcced3611e4a4432308618b1ed1a9fc31 diff --git a/trunk/include/linux/i2c.h b/trunk/include/linux/i2c.h index 99399fadf13f..3c16a8fb95f4 100644 --- a/trunk/include/linux/i2c.h +++ b/trunk/include/linux/i2c.h @@ -112,7 +112,6 @@ struct i2c_driver { char name[32]; int id; unsigned int class; - unsigned int flags; /* div., see below */ /* Notifies the driver that a new bus has appeared. This routine * can be used by the driver to test if the bus meets its conditions @@ -250,8 +249,6 @@ static inline void i2c_set_adapdata (struct i2c_adapter *dev, void *data) dev_set_drvdata (&dev->dev, data); } -/*flags for the driver struct: */ - /*flags for the client struct: */ #define I2C_CLIENT_ALLOW_USE 0x01 /* Client allows access */ #define I2C_CLIENT_ALLOW_MULTIPLE_USE 0x02 /* Allow multiple access-locks */