diff options
Diffstat (limited to 'include/linux/i2c')
| -rw-r--r-- | include/linux/i2c/twl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/i2c/twl.h b/include/linux/i2c/twl.h index 81cbbdb96aae..673a3ce67f31 100644 --- a/include/linux/i2c/twl.h +++ b/include/linux/i2c/twl.h | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #define __TWL_H_ | 26 | #define __TWL_H_ |
| 27 | 27 | ||
| 28 | #include <linux/types.h> | 28 | #include <linux/types.h> |
| 29 | #include <linux/phy/phy.h> | ||
| 29 | #include <linux/input/matrix_keypad.h> | 30 | #include <linux/input/matrix_keypad.h> |
| 30 | 31 | ||
| 31 | /* | 32 | /* |
| @@ -615,6 +616,7 @@ enum twl4030_usb_mode { | |||
| 615 | struct twl4030_usb_data { | 616 | struct twl4030_usb_data { |
| 616 | enum twl4030_usb_mode usb_mode; | 617 | enum twl4030_usb_mode usb_mode; |
| 617 | unsigned long features; | 618 | unsigned long features; |
| 619 | struct phy_init_data *init_data; | ||
| 618 | 620 | ||
| 619 | int (*phy_init)(struct device *dev); | 621 | int (*phy_init)(struct device *dev); |
| 620 | int (*phy_exit)(struct device *dev); | 622 | int (*phy_exit)(struct device *dev); |
