aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c-algo-pcf.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-09-03 16:22:50 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2006-09-26 18:38:52 -0400
commit9b4ccb86b4abe644ffd218720da2f942b6a20fc2 (patch)
treec7f299c9956acb9174d99f9da904298672905569 /include/linux/i2c-algo-pcf.h
parent7b288a018ac563f5babe0818f581d8f8a4fdcbfb (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.h1
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 {
35 35
36 /* local settings */ 36 /* local settings */
37 int udelay; 37 int udelay;
38 int mdelay;
39 int timeout; 38 int timeout;
40}; 39};
41 40