1
0
Fork 0
alistair23-linux/arch/unicore32/mm
Axel Lin 5270f31222 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>
2011-10-31 19:31:06 -04:00
..
Kconfig unicore32 core architecture: mm related: generic codes 2011-03-17 09:19:08 +08:00
Makefile unicore32: replace unicore32-specific iomap functions with generic lib implementation 2011-03-17 09:19:21 +08:00
alignment.c unicore32 core architecture: mm related: fault handling 2011-03-17 09:19:09 +08:00
cache-ucv2.S unicore32 core architecture: mm related: consistent device DMA handling 2011-03-17 09:19:09 +08:00
dma-swiotlb.c unicore32 core architecture: mm related: consistent device DMA handling 2011-03-17 09:19:09 +08:00
extable.c unicore32 core architecture: mm related: fault handling 2011-03-17 09:19:09 +08:00
fault.c unicore32 core architecture: mm related: fault handling 2011-03-17 09:19:09 +08:00
flush.c unicore32 core architecture: mm related: consistent device DMA handling 2011-03-17 09:19:09 +08:00
init.c unicore32: EXPORT_SYMBOL needs export.h 2011-10-31 19:31:06 -04:00
ioremap.c unicore32 core architecture: mm related: generic codes 2011-03-17 09:19:08 +08:00
mm.h unicore32 core architecture: mm related: generic codes 2011-03-17 09:19:08 +08:00
mmu.c mm: now that all old mmu_gather code is gone, remove the storage 2011-05-25 08:39:16 -07:00
pgd.c unicore32 upgrade to v2.6.38-rc5: add one more paramter for pte_alloc_map call 2011-03-17 09:19:18 +08:00
proc-macros.S unicore32 core architecture: processor and system headers 2011-03-17 09:19:06 +08:00
proc-syms.c unicore32 core architecture: generic elf and ksyms stuff 2011-03-17 09:19:05 +08:00
proc-ucv2.S unicore32 core architecture: processor and system headers 2011-03-17 09:19:06 +08:00
tlb-ucv2.S unicore32 core architecture: mm related: consistent device DMA handling 2011-03-17 09:19:09 +08:00