projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce9cc0a
)
usb: otg: otg-wakelock: fix build for 3.3
author
Colin Cross
<ccross@android.com>
Wed, 1 Feb 2012 22:23:15 +0000
(14:23 -0800)
committer
John 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
patch
|
blob
|
history
diff --git
a/drivers/usb/phy/otg-wakelock.c
b/drivers/usb/phy/otg-wakelock.c
index 2f11472dd2b3fd2bed1e664f266946e1a40b3215..ffd8d8aa5dc821ec971b79e8fa965bf243e542e6 100644
(file)
--- 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>