• Sudip Mukherjee's avatar
    tile: fix build failure · 069e1ce1
    Sudip Mukherjee authored
    commit 3a48d13d upstream.
    
    When building with allmodconfig the build was failing with the error:
    
    arch/tile/kernel/usb.c:70:1: warning: data definition has no type or storage class [enabled by default]
    arch/tile/kernel/usb.c:70:1: error: type defaults to 'int' in declaration of 'arch_initcall' [-Werror=implicit-int]
    arch/tile/kernel/usb.c:70:1: warning: parameter names (without types) in function declaration [enabled by default]
    arch/tile/kernel/usb.c:63:19: warning: 'tilegx_usb_init' defined but not used [-Wunused-function]
    
    Include linux/module.h to resolve the build failure.
    Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
    Signed-off-by: default avatarChris Metcalf <cmetcalf@ezchip.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    069e1ce1
usb.c 1.96 KB