]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: imx21-hcd: Include missing linux/module.h
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 10 Dec 2012 02:58:36 +0000 (00:58 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 20:01:09 +0000 (12:01 -0800)
commitbbc0313d6186e1aefd267222201d2512c689e4f4
tree86b8fcbc3d99ded872a26ba59aace055b40a58f2
parent94a85b633829b946eef53fc1825d526312fb856f
usb: imx21-hcd: Include missing linux/module.h

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.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/imx21-hcd.c