Skip to content

Commit 0a84200

Browse files
geertuglaubitz
authored andcommitted
sh: nommu: Add missing #include <asm/cacheflush.h>
arch/sh/mm/nommu.c:76:13: warning: no previous prototype for 'kmap_coherent_init' [-Wmissing-prototypes] arch/sh/mm/nommu.c:80:7: warning: no previous prototype for 'kmap_coherent' [-Wmissing-prototypes] arch/sh/mm/nommu.c:86:6: warning: no previous prototype for 'kunmap_coherent' [-Wmissing-prototypes] Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Link: https://lore.kernel.org/r/d4b2a43fcedddee3d27cfd87ff2e0bf511588aa0.1709326528.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 9ffc9da commit 0a84200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/sh/mm/nommu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include <linux/init.h>
1111
#include <linux/string.h>
1212
#include <linux/mm.h>
13+
14+
#include <asm/cacheflush.h>
1315
#include <asm/tlbflush.h>
1416
#include <asm/page.h>
1517
#include <linux/uaccess.h>

0 commit comments

Comments
 (0)