aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/renesas_usbhs/common.h')
-rw-r--r--drivers/usb/renesas_usbhs/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/common.h b/drivers/usb/renesas_usbhs/common.h
index 0427cdd1a483..fc96e924edc4 100644
--- a/drivers/usb/renesas_usbhs/common.h
+++ b/drivers/usb/renesas_usbhs/common.h
@@ -17,6 +17,7 @@
17#ifndef RENESAS_USB_DRIVER_H 17#ifndef RENESAS_USB_DRIVER_H
18#define RENESAS_USB_DRIVER_H 18#define RENESAS_USB_DRIVER_H
19 19
20#include <linux/extcon.h>
20#include <linux/platform_device.h> 21#include <linux/platform_device.h>
21#include <linux/usb/renesas_usbhs.h> 22#include <linux/usb/renesas_usbhs.h>
22 23
@@ -254,6 +255,8 @@ struct usbhs_priv {
254 struct delayed_work notify_hotplug_work; 255 struct delayed_work notify_hotplug_work;
255 struct platform_device *pdev; 256 struct platform_device *pdev;
256 257
258 struct extcon_dev *edev;
259
257 spinlock_t lock; 260 spinlock_t lock;
258 261
259 u32 flags; 262 u32 flags;