Commit 04619b6c authored by Jonas Bonn's avatar Jonas Bonn Committed by Ben Hutchings

openrisc: include export.h for EXPORT_SYMBOL

commit abdf8b5e upstream.

Use of EXPORT_SYMBOL requires inclusion of export.h
Signed-off-by: default avatarJonas Bonn <jonas@southpole.se>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 2ce27762
......@@ -17,6 +17,7 @@
#include <linux/init_task.h>
#include <linux/mqueue.h>
#include <linux/export.h>
static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
......
......@@ -23,6 +23,7 @@
#include <linux/irq.h>
#include <linux/seq_file.h>
#include <linux/kernel_stat.h>
#include <linux/export.h>
#include <linux/irqflags.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