aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2008-07-14 16:38:35 -0400
committerJean Delvare <khali@mahadeva.delvare>2008-07-14 16:38:35 -0400
commite9ca9eb9d7fc7bf3dc3cec5ba7edb089c4625f7b (patch)
treeac395c8362e862f9dd4892bc37031dfc9c1bf67e /include
parentf09f71b24e77a2f2b4e5c98311c8804fc61ad8bc (diff)
i2c: Export the i2c_bus_type symbol
Export the root of the i2c bus so that PowerPC device tree code can iterate over devices on the i2c bus. Signed-off-by: Jon Smirl <jonsmirl@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/i2c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 839d0ea3dca3..50cbab4b62b0 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -35,6 +35,8 @@
35#include <linux/sched.h> /* for completion */ 35#include <linux/sched.h> /* for completion */
36#include <linux/mutex.h> 36#include <linux/mutex.h>
37 37
38extern struct bus_type i2c_bus_type;
39
38/* --- General options ------------------------------------------------ */ 40/* --- General options ------------------------------------------------ */
39 41
40struct i2c_msg; 42struct i2c_msg;