From: Colin Cross Date: Wed, 1 Feb 2012 22:23:15 +0000 (-0800) Subject: usb: otg: otg-wakelock: fix build for 3.3 X-Git-Tag: firefly_0821_release~2958^2~401 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6d90f8a4b9fc3baa827f51f8557614b6a81e4231;p=firefly-linux-kernel-4.4.55.git usb: otg: otg-wakelock: fix build for 3.3 Add missing module.h include Change-Id: Ib0538ca569c9e0713ceefcd1f91c6bc089d2f2ba Signed-off-by: Colin Cross --- 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 #include +#include #include #include #include