Skip to content
Snippets Groups Projects
Commit 301c1283 authored by Tom Rini's avatar Tom Rini
Browse files

armv7.h: Add <asm/io.h>


With a3895314 we now call readl() from this file so add <asm/io.h> so
that we have a prototype for the function.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 57c6941b
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@
#ifndef __ASSEMBLY__
#include <linux/types.h>
#include <asm/io.h>
/*
* CP15 Barrier instructions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment