summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2012-02-01 14:23:15 -0800
committerColin Cross <ccross@android.com>2012-04-09 13:57:58 -0700
commitea93b9c66074e3eeb2c2797060275fd267541758 (patch)
tree2dfcdf066aae9648cf01810d8db969407fdbe342
parent6c8568cf53a883d5813d9f6945cb6ba33b623a1f (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 2f11472dd2b..ffd8d8aa5dc 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>