aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/phy
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-02-01 14:23:15 -0800
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:51:51 -0800
commit6d90f8a4b9fc3baa827f51f8557614b6a81e4231 (patch)
tree7561445843c692be97eae534a8a3d987350dd9d9 /drivers/usb/phy
parentce9cc0abe054a9a21778485d9d950361696a26af (diff)
usb: otg: otg-wakelock: fix build for 3.3
Add missing module.h include Change-Id: Ib0538ca569c9e0713ceefcd1f91c6bc089d2f2ba Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r--drivers/usb/phy/otg-wakelock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/otg-wakelock.c b/drivers/usb/phy/otg-wakelock.c
index 2f11472dd2b3..ffd8d8aa5dc8 100644
--- a/drivers/usb/phy/otg-wakelock.c
+++ b/drivers/usb/phy/otg-wakelock.c
@@ -16,6 +16,7 @@
#include <linux/kernel.h>
#include <linux/device.h>
+#include <linux/module.h>
#include <linux/notifier.h>
#include <linux/wakelock.h>
#include <linux/spinlock.h>