aboutsummaryrefslogtreecommitdiff
path: root/arch/frv
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-11-02 13:20:42 +0000
committerDavid Howells <dhowells@redhat.com>2012-11-02 13:20:42 +0000
commita5788caa269e446201018bb8879a1dd90f41d32b (patch)
tree39aad4715ffbe1ecaefd068a572b53f021c02d92 /arch/frv
parent8c23f406c6d86808726ace580657186bc3b44587 (diff)
FRV: Add missing linux/export.h #inclusions
Add missing linux/export.h #inclusions to the FRV arch. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/frv')
-rw-r--r--arch/frv/mb93090-mb00/pci-dma-nommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/frv/mb93090-mb00/pci-dma-nommu.c b/arch/frv/mb93090-mb00/pci-dma-nommu.c
index e47857f889b..b99c2a7cc7a 100644
--- a/arch/frv/mb93090-mb00/pci-dma-nommu.c
+++ b/arch/frv/mb93090-mb00/pci-dma-nommu.c
@@ -11,6 +11,7 @@
#include <linux/types.h>
#include <linux/slab.h>
+#include <linux/export.h>
#include <linux/dma-mapping.h>
#include <linux/list.h>
#include <linux/pci.h>