m68k: group io mapping definitions and functions
authorGreg Ungerer <gerg@linux-m68k.org>
Sun, 25 Mar 2018 12:17:38 +0000 (22:17 +1000)
committerGreg Ungerer <gerg@linux-m68k.org>
Sun, 27 May 2018 23:45:26 +0000 (09:45 +1000)
commit9746882f547d2f00d2e761b418ae690cd406c8e2
tree0725af19adb03a2d9743b5f0b8bfe5d202265655
parent4478048b4485285353cc095a47683d2a86509c7d
m68k: group io mapping definitions and functions

Create a new header file, kmap.h, that groups all the definitions and
functions associated with the io mapping and remapping.

Currently the functions are spread across raw_io.h and io_mm.h. And in
the future we will want to use these in io_no.h as well. So it makes
sense to move them all together into a single header file.

It is named after the arch/m68k/mm/kmap.c file that actually implements
many of the exported functions.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Tested-by: Angelo Dureghello <angelo@sysam.it>
arch/m68k/include/asm/atarihw.h
arch/m68k/include/asm/io_mm.h
arch/m68k/include/asm/io_no.h
arch/m68k/include/asm/kmap.h [new file with mode: 0644]
arch/m68k/include/asm/nubus.h
arch/m68k/include/asm/q40_master.h
arch/m68k/include/asm/raw_io.h
arch/m68k/include/asm/vga.h
arch/m68k/include/asm/zorro.h