]> git.baikalelectronics.ru Git - kernel.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)
commit45c3adcff9fa67ddb2c86953db92d4ed09950ec6
tree86b8fcbc3d99ded872a26ba59aace055b40a58f2
parent10e4f3f4301aa985e6d91d1a270374fc776ca1d1
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