From: Fabio Estevam <fabio.este...@freescale.com>

Include <linux/module.h>, so that the following errors are fixed:

drivers/usb/host/imx21-hcd.c:1929:20: error: expected declaration specifiers or 
'...' before string constant
drivers/usb/host/imx21-hcd.c:1930:15: error: expected declaration specifiers or 
'...' before string constant
drivers/usb/host/imx21-hcd.c:1931:16: error: expected declaration specifiers or 
'...' before string constant
drivers/usb/host/imx21-hcd.c:1932:14: error: expected declaration specifiers or 
'...' before string constant

Signed-off-by: Fabio Estevam <fabio.este...@freescale.com>
---
 drivers/usb/host/imx21-hcd.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/imx21-hcd.c b/drivers/usb/host/imx21-hcd.c
index bd6a744..f0ebe8e 100644
--- a/drivers/usb/host/imx21-hcd.c
+++ b/drivers/usb/host/imx21-hcd.c
@@ -58,6 +58,7 @@
 #include <linux/usb.h>
 #include <linux/usb/hcd.h>
 #include <linux/dma-mapping.h>
+#include <linux/module.h>
 
 #include "imx21-hcd.h"
 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to