diff options
author | Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> | 2013-02-26 07:36:29 +0100 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2013-02-26 07:44:08 +0100 |
commit | 160d83781a32e94a1e337efd6722939001e62398 (patch) | |
tree | 692905f07ddc19526360d3be21d1ec4573953ccf | |
parent | ae6fef1790512edde8776ee2a158b1e13d085f61 (diff) | |
download | linux-3.10-160d83781a32e94a1e337efd6722939001e62398.tar.gz linux-3.10-160d83781a32e94a1e337efd6722939001e62398.tar.bz2 linux-3.10-160d83781a32e94a1e337efd6722939001e62398.zip |
openrisc: add missing header inclusion
Prevents build issue with updated toolchain
Reported-by: Jack Thomasson <jkt@moonlitsw.com>
Tested-by: Christian Svensson <blue@cmd.nu>
Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
-rw-r--r-- | arch/openrisc/kernel/head.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/kernel/head.S b/arch/openrisc/kernel/head.S index b357e7f79ac..1d3c9c28ac2 100644 --- a/arch/openrisc/kernel/head.S +++ b/arch/openrisc/kernel/head.S @@ -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> |