]> Git Repo - linux.git/commit
ARM: integrator: include <linux/export.h>
authorArnd Bergmann <[email protected]>
Sat, 4 Aug 2012 10:31:24 +0000 (10:31 +0000)
committerArnd Bergmann <[email protected]>
Thu, 9 Aug 2012 13:16:44 +0000 (15:16 +0200)
commitb434f5c95d2d9318482fda3af615ebcda7e2c0da
tree78101e2db956e3722218b501fde486d07e62fbf3
parent35e7906145d6d487002b738271890a7e7936067e
ARM: integrator: include <linux/export.h>

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: Arnd Bergmann <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Cc: Russell King <[email protected]>
arch/arm/mach-integrator/core.c
This page took 0.049058 seconds and 4 git commands to generate.