]> git.baikalelectronics.ru Git - kernel.git/commit
m68k/io: Add missing ioremap define guards, fix typo
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 26 Jun 2018 16:41:11 +0000 (18:41 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 29 Jul 2018 08:48:18 +0000 (10:48 +0200)
commit49d24c6cfb89a9a3c633f85a74d5fae3cd884a43
treedfbf1cbbbc70e7de0b6fae93e9470d4759195ce3
parent9685888b39252fdf2ce6791762e66f5279c753d5
m68k/io: Add missing ioremap define guards, fix typo

  - Add missing define guard for ioremap_wt(),
  - Move ARCH_HAS_IOREMAP_WT from <asm/io_mm.h> to <asm/kmap.h>, as it
    is applicable to Coldfire with MMU, too,
  - Fix typo s/ioremap_fillcache/ioremap_fullcache/,
  - Add define guard for iounmap() for consistency with other
    architectures.

Fixes: c7a39cb90d68535d ("m68k: group io mapping definitions and functions")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/include/asm/io_mm.h
arch/m68k/include/asm/kmap.h