diff options
author | Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> | 2013-02-26 07:36:29 +0100 |
---|---|---|
committer | Zefan Li <lizefan@huawei.com> | 2014-09-25 11:49:17 +0800 |
commit | ab22539512b325240dac92e92bbaf1d9aebaa2e5 (patch) | |
tree | 5a76ec72da3a47a4682d99945a98cb67ca5401cf | |
parent | c1bc007ebe663237823bb9548f658c35c2e8f925 (diff) | |
download | lwn-ab22539512b325240dac92e92bbaf1d9aebaa2e5.tar.gz lwn-ab22539512b325240dac92e92bbaf1d9aebaa2e5.zip |
openrisc: add missing header inclusion
commit 160d83781a32e94a1e337efd6722939001e62398 upstream.
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>
Signed-off-by: Zefan Li <lizefan@huawei.com>
-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 1088b5fca3bd..27451968e45c 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> |