aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-02-01 14:23:15 -0800
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-11-05 11:45:48 -0800
commitd65c5d843812841d3abfbf1c40b701c582aaab36 (patch)
tree0313ab92f8b866806a89a0063c1ccd125ed7dee3
parent8e803419b06ff72561cff70c71c38eb257bafc23 (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>
-rw-r--r--drivers/usb/otg/otg-wakelock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/otg/otg-wakelock.c b/drivers/usb/otg/otg-wakelock.c
index 2f11472dd2b3..ffd8d8aa5dc8 100644
--- a/drivers/usb/otg/otg-wakelock.c
+++ b/drivers/usb/otg/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>