diff options
author | Kirill A. Shutemov <[email protected]> | 2012-12-26 03:19:55 +0300 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-01-18 11:23:26 -0800 |
commit | 2f91ec8cc456d6e57db3ebced34a9e96a356168f (patch) | |
tree | 4471784343e5fc2827050f8dc754518ae722129d /drivers/scsi/mpt2sas/mpi/mpi2_raid.h | |
parent | 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619 (diff) |
asm-generic, mm: pgtable: convert my_zero_pfn() to macros to fix build
Commit 816422ad7647 ("asm-generic, mm: pgtable: consolidate zero page
helpers") broke the compile on MIPS if SPARSEMEM is enabled. We get
this:
In file included from arch/mips/include/asm/pgtable.h:552,
from include/linux/mm.h:44,
from arch/mips/kernel/asm-offsets.c:14:
include/asm-generic/pgtable.h: In function 'my_zero_pfn':
include/asm-generic/pgtable.h:466: error: implicit declaration of function 'page_to_section'
In file included from arch/mips/kernel/asm-offsets.c:14:
include/linux/mm.h: At top level:
include/linux/mm.h:738: error: conflicting types for 'page_to_section'
include/asm-generic/pgtable.h:466: note: previous implicit declaration of 'page_to_section' was here
Due header files inter-dependencies, the only way I see to fix it is
convert my_zero_pfn() for __HAVE_COLOR_ZERO_PAGE to macros.
Signed-off-by: Kirill A. Shutemov <[email protected]>
Tested-by: Aaro Koskinen <[email protected]>
Acked-by: David Daney <[email protected]>
Cc: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions