OSDN Git Service

powerpc/mem: Add back missing header to fix 'no previous prototype' error
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Sat, 5 Jun 2021 08:56:09 +0000 (08:56 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 6 Jun 2021 11:43:11 +0000 (21:43 +1000)
commit8e11d62e2e8769fe29d1ae98b44b23c7233eb8a2
treec64168603faf84a9236ac50ed5c71d46f39f82f5
parent59cc84c802eb923805e7bba425976a3df5ce35d8
powerpc/mem: Add back missing header to fix 'no previous prototype' error

Commit b26e8f27253a ("powerpc/mem: Move cache flushing functions into
mm/cacheflush.c") removed asm/sparsemem.h which is required when
CONFIG_MEMORY_HOTPLUG is selected to get the declaration of
create_section_mapping().

Add it back.

Fixes: b26e8f27253a ("powerpc/mem: Move cache flushing functions into mm/cacheflush.c")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/3e5b63bb3daab54a1eb9c20221c2e9528c4db9b3.1622883330.git.christophe.leroy@csgroup.eu
arch/powerpc/mm/mem.c