Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07c92739 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c



This is exporting symbols and will fail to build once we remove
the implicit presence of module.h

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent d2185c44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <linux/list.h>
#include <linux/radix-tree.h>
#include <linux/spinlock.h>
#include <linux/export.h>
#include "internals.h"

static struct intc_map_entry intc_irq_xlate[NR_IRQS];