summaryrefslogtreecommitdiff
path: root/lib/mpi/mpiutil.c
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@linux-m68k.org>2020-06-15 03:41:08 +0300
committerGreg Ungerer <gerg@linux-m68k.org>2020-07-27 05:32:00 +0300
commit416426ab79b713a40c8f8d0428dfbfd2e0f7c080 (patch)
tree9a62abc2007a346cd7f7943965d292ecdd6de697 /lib/mpi/mpiutil.c
parentd4aa8affa1e9e51c237a1ec47a97e96dce76c98c (diff)
downloadlinux-416426ab79b713a40c8f8d0428dfbfd2e0f7c080.tar.xz
m68k: fix ColdFire mmu init compile warning
Compiling for MMU enabled ColdFire targets gives a warning: CC arch/m68k/mm/mcfmmu.o arch/m68k/mm/mcfmmu.c: In function ‘paging_init’: arch/m68k/mm/mcfmmu.c:42:17: warning: unused variable ‘zone’ [-Wunused-variable] enum zone_type zone; ^~~~ This was caused by changes in commit fa3354e4ea39 ("mm: free_area_init: use maximal zone PFNs rather than zone sizes") leaving around a now unused variable declaration. Remove the unused variable. Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions