summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-05-18 10:39:19 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2011-05-18 10:39:19 +1000
commit6d1741cfd72e31727025117d0a06c6a1cab18138 (patch)
treedf7064beabdbde5b9d4bf4a1ae1d0d68d8eb5061 /include
parent0dcf6e96ba09d6587ce0716c209994c41fa35a83 (diff)
parent5af199b609f49aa451e7a30ebe7f461a1ee669eb (diff)
Merge remote-tracking branch 'bjdooks-i2c/next-i2c'
Diffstat (limited to 'include')
-rw-r--r--include/linux/i2c/i2c-sh_mobile.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/i2c/i2c-sh_mobile.h b/include/linux/i2c/i2c-sh_mobile.h
new file mode 100644
index 000000000000..beda7081aead
--- /dev/null
+++ b/include/linux/i2c/i2c-sh_mobile.h
@@ -0,0 +1,10 @@
+#ifndef __I2C_SH_MOBILE_H__
+#define __I2C_SH_MOBILE_H__
+
+#include <linux/platform_device.h>
+
+struct i2c_sh_mobile_platform_data {
+ unsigned long bus_speed;
+};
+
+#endif /* __I2C_SH_MOBILE_H__ */