usb: otg: otg-wakelock: fix build for 3.3
authorColin Cross <ccross@android.com>
Wed, 1 Feb 2012 22:23:15 +0000 (14:23 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:51 +0000 (13:51 -0800)
Add missing module.h include

Change-Id: Ib0538ca569c9e0713ceefcd1f91c6bc089d2f2ba
Signed-off-by: Colin Cross <ccross@android.com>
drivers/usb/phy/otg-wakelock.c

index 2f11472dd2b3fd2bed1e664f266946e1a40b3215..ffd8d8aa5dc821ec971b79e8fa965bf243e542e6 100644 (file)
@@ -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>