Skip to content

Commit

Permalink
drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c
Browse files Browse the repository at this point in the history
This is exporting symbols and will fail to build once we remove
the implicit presence of module.h

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent d2185c4 commit 07c9273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/sh/intc/virq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 07c9273

Please sign in to comment.