aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/phy/otg-wakelock.c
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-02-01 14:23:15 -0800
committerArve Hjønnevåg <arve@android.com>2013-07-01 13:40:38 -0700
commitdbfb82e58a91c426a14cbcb50a0c663aaf7127fa (patch)
treeb576dac10b1dc55ef256cee9752271383f9629e2 /drivers/usb/phy/otg-wakelock.c
parent444b870cc0e8b6096b06f349e0207041611dadf4 (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/otg-wakelock.c')
-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>