summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-10-17 13:55:06 +0530
committerFelipe Balbi <balbi@ti.com>2013-10-17 11:33:20 -0500
commit80d7d8a768cda6e8a08ab805a977d08741011da1 (patch)
tree84ace5ceb6f415a142863b5bd34893ee55cfe478
parent4805414705df77d946b41df4f8b315e2b089eec4 (diff)
downloadop-kernel-dev-80d7d8a768cda6e8a08ab805a977d08741011da1.zip
op-kernel-dev-80d7d8a768cda6e8a08ab805a977d08741011da1.tar.gz
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>
-rw-r--r--drivers/usb/phy/phy-twl6030-usb.c1
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 16dbc93..30e8a61 100644
--- a/drivers/usb/phy/phy-twl6030-usb.c
+++ b/drivers/usb/phy/phy-twl6030-usb.c
@@ -33,6 +33,7 @@
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/delay.h>
+#include <linux/of.h>
/* usb register definitions */
#define USB_VENDOR_ID_LSB 0x00
OpenPOWER on IntegriCloud