diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-09-03 22:22:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-26 15:38:52 -0700 |
commit | 9b4ccb86b4abe644ffd218720da2f942b6a20fc2 (patch) | |
tree | c7f299c9956acb9174d99f9da904298672905569 /include/linux/i2c-algo-pcf.h | |
parent | 7b288a018ac563f5babe0818f581d8f8a4fdcbfb (diff) |
i2c-algo-pcf: Discard the mdelay data struct member
i2c-algo-pcf: Discard the mdelay data struct member
Just as i2c-algo-bit, i2c-algo-pcf has an unused mdelay struct member,
which we can get rid of to spare some code and memory.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/i2c-algo-pcf.h')
-rw-r--r-- | include/linux/i2c-algo-pcf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c-algo-pcf.h b/include/linux/i2c-algo-pcf.h index 18b0adf57a3d..9908f3fc4839 100644 --- a/include/linux/i2c-algo-pcf.h +++ b/include/linux/i2c-algo-pcf.h @@ -35,7 +35,6 @@ struct i2c_algo_pcf_data { /* local settings */ int udelay; - int mdelay; int timeout; }; |