aboutsummaryrefslogtreecommitdiffstats
path: root/arch
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
parentMerge git://git.kernel.org/pub/scm/virt/kvm/kvm (diff)
downloadlinux-dev-a5788caa269e446201018bb8879a1dd90f41d32b.tar.xz
linux-dev-a5788caa269e446201018bb8879a1dd90f41d32b.zip
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')
-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 e47857f889b6..b99c2a7cc7a4 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>