nfc: Convert nfc_dbg to pr_debug
[pohmelfs.git] / include / linux / i2c / i2c-sh_mobile.h
blobbeda7081aead57cb59493e75d5d5b11ab5d6b6df
1 #ifndef __I2C_SH_MOBILE_H__
2 #define __I2C_SH_MOBILE_H__
4 #include <linux/platform_device.h>
6 struct i2c_sh_mobile_platform_data {
7 unsigned long bus_speed;
8 };
10 #endif /* __I2C_SH_MOBILE_H__ */