Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53fa6645 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

lib/ioremap.c should #include <linux/io.h>



Every file should include the headers containing the prototypes for its global
functions (in this case ioremap_page_range()).

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c1206a2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,7 @@
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
#include <linux/mm.h>
#include <linux/sched.h>
#include <linux/sched.h>
#include <linux/io.h>
#include <asm/cacheflush.h>
#include <asm/cacheflush.h>
#include <asm/pgtable.h>
#include <asm/pgtable.h>