diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-17 04:25:06 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-10-17 12:33:20 -0400 |
commit | 80d7d8a768cda6e8a08ab805a977d08741011da1 (patch) | |
tree | 84ace5ceb6f415a142863b5bd34893ee55cfe478 /drivers/usb | |
parent | 4805414705df77d946b41df4f8b315e2b089eec4 (diff) |
usb: phy: twl6030-usb: Include linux/of.h header
'of_match_ptr' is defined in linux/of.h. Include it explicitly to
avoid build breakage in the future.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/phy/phy-twl6030-usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/phy-twl6030-usb.c b/drivers/usb/phy/phy-twl6030-usb.c index 16dbc9382678..30e8a61552d4 100644 --- a/drivers/usb/phy/phy-twl6030-usb.c +++ b/drivers/usb/phy/phy-twl6030-usb.c | |||
@@ -33,6 +33,7 @@ | |||
33 | #include <linux/err.h> | 33 | #include <linux/err.h> |
34 | #include <linux/slab.h> | 34 | #include <linux/slab.h> |
35 | #include <linux/delay.h> | 35 | #include <linux/delay.h> |
36 | #include <linux/of.h> | ||
36 | 37 | ||
37 | /* usb register definitions */ | 38 | /* usb register definitions */ |
38 | #define USB_VENDOR_ID_LSB 0x00 | 39 | #define USB_VENDOR_ID_LSB 0x00 |