Commit c3fae6d1 authored by Paul Mundt's avatar Paul Mundt

sh: r7780rp: irq-r7780rp needs linux/io.h.

Trivial build fix.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 2f0ae55f
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
* for more details. * for more details.
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/io.h>
#include <asm/r7780rp.h> #include <asm/r7780rp.h>
unsigned char * __init highlander_init_irq_r7780rp(void) unsigned char * __init highlander_init_irq_r7780rp(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment