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>
This commit is contained in:
Colin Cross
2012-02-01 14:23:15 -08:00
committed by Arve Hjønnevåg
parent 444b870cc0
commit dbfb82e58a

View 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>