Commit 160d8378 authored by Stefan Kristiansson's avatar Stefan Kristiansson Committed by Jonas Bonn

openrisc: add missing header inclusion

Prevents build issue with updated toolchain
Reported-by: default avatarJack Thomasson <jkt@moonlitsw.com>
Tested-by: default avatarChristian Svensson <blue@cmd.nu>
Signed-off-by: default avatarStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Signed-off-by: default avatarJonas Bonn <jonas@southpole.se>
parent ae6fef17
......@@ -19,6 +19,7 @@
#include <linux/threads.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/serial_reg.h>
#include <asm/processor.h>
#include <asm/page.h>
#include <asm/mmu.h>
......
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