• Arnd Bergmann's avatar
    ARM: integrator: include <linux/export.h> · b434f5c9
    Arnd Bergmann authored
    Without this patch, building integrator_defconfig results in:
    
    arch/arm/mach-integrator/core.c:150:1: warning: data definition has no type or storage class [enabled by default]
    arch/arm/mach-integrator/core.c:150:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int]
    arch/arm/mach-integrator/core.c:150:1: warning: parameter names (without types) in function declaration [enabled by default]
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    Cc: Russell King <linux@arm.linux.org.uk>
    b434f5c9
core.c 4.08 KB