Skip to content
  • Fabio Estevam's avatar
    usb: imx21-hcd: Include missing linux/module.h · bbc0313d
    Fabio Estevam authored
    
    
    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: default avatarFabio Estevam <fabio.estevam@freescale.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    bbc0313d