From: Axel Lin Date: Sat, 10 Dec 2011 02:08:08 +0000 (+0800) Subject: ARM: pxa: Include linux/export.h in balloon3.c X-Git-Tag: v3.3-rc1~145^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61cbaa928705eaeabefb8a5264bc22b4ca909f6b;p=pandora-kernel.git ARM: pxa: Include linux/export.h in balloon3.c Include linux/export.h to fix below build warning: CC arch/arm/mach-pxa/balloon3.o arch/arm/mach-pxa/balloon3.c:85: warning: data definition has no type or storage class arch/arm/mach-pxa/balloon3.c:85: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' arch/arm/mach-pxa/balloon3.c:85: warning: parameter names (without types) in function declaration Signed-off-by: Axel Lin Acked-by: Haojian Zhuang Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed