aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>2013-02-26 07:36:29 +0100
committerBen Hutchings <ben@decadent.org.uk>2014-09-13 23:41:48 +0100
commitfda9662d900445567ada986f7eed58d56cc72131 (patch)
treecf3d71650d9d31eed234c7d1f1f0ea70aefea5f6
parentb067dfbd9dfa1b9f6b494ea671054f2cbf212ae9 (diff)
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: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--arch/openrisc/kernel/head.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/kernel/head.S b/arch/openrisc/kernel/head.S
index c75018d22644..23a301908afb 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>