From: Axel Lin Date: Tue, 18 Oct 2011 08:51:46 +0000 (+0800) Subject: unicore32: EXPORT_SYMBOL needs export.h X-Git-Tag: v3.2-rc1~22^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5270f31222315de96a3ee00ecde5ad97528cacab;p=pandora-kernel.git unicore32: EXPORT_SYMBOL needs export.h Include export.h to fix below warning: CC arch/unicore32/mm/init.o arch/unicore32/mm/init.c:227: warning: data definition has no type or storage class arch/unicore32/mm/init.c:227: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' arch/unicore32/mm/init.c:227: warning: parameter names (without types) in function declaration Signed-off-by: Axel Lin Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed