From 9746882f547d2f00d2e761b418ae690cd406c8e2 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Sun, 25 Mar 2018 22:17:38 +1000 Subject: 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 Tested-by: Angelo Dureghello --- arch/m68k/include/asm/vga.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/m68k/include/asm/vga.h') diff --git a/arch/m68k/include/asm/vga.h b/arch/m68k/include/asm/vga.h index 010a624d1b39..819d46d91886 100644 --- a/arch/m68k/include/asm/vga.h +++ b/arch/m68k/include/asm/vga.h @@ -3,6 +3,7 @@ #define _ASM_M68K_VGA_H #include +#include /* * FIXME -- cgit v1.2.3-59-g8ed1b