]> git.baikalelectronics.ru Git - kernel.git/commit
unicore32: EXPORT_SYMBOL needs export.h
authorAxel Lin <axel.lin@gmail.com>
Tue, 18 Oct 2011 08:51:46 +0000 (16:51 +0800)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:06 +0000 (19:31 -0400)
commit1cd0ccd23fb8463768fad0ccc8d8ea4c96fb4bcf
tree24d6f0bd9389d51b262f01dbc8339d40a4230af2
parent186969b13746933514a00fe51cb07efdc29f177c
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 <axel.lin@gmail.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/unicore32/mm/init.c