diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-10-14 01:56:30 +0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-10-14 01:56:30 +0400 |
commit | 83eaaed0d00c4c8e3081dc29286910899fed3182 (patch) | |
tree | 6580c2f72350d2b14df40df5a42e738660202643 /include | |
parent | 3bbb835d4c53faf0bca62f0e39835926bef40b1f (diff) | |
download | linux-83eaaed0d00c4c8e3081dc29286910899fed3182.tar.xz |
i2c-core: Make some code static
After the i2c-isa removal some code can become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/i2c.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index e4793feac2bb..d4b63171d5d5 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -35,8 +35,6 @@ #include <linux/sched.h> /* for completion */ #include <linux/mutex.h> -extern struct bus_type i2c_bus_type; - /* --- General options ------------------------------------------------ */ struct i2c_msg; |