diff options
author | David Howells <dhowells@redhat.com> | 2012-11-02 13:20:42 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-11-02 13:20:42 +0000 |
commit | a5788caa269e446201018bb8879a1dd90f41d32b (patch) | |
tree | 39aad4715ffbe1ecaefd068a572b53f021c02d92 /arch | |
parent | 8c23f406c6d86808726ace580657186bc3b44587 (diff) | |
download | linux-a5788caa269e446201018bb8879a1dd90f41d32b.tar.gz linux-a5788caa269e446201018bb8879a1dd90f41d32b.tar.bz2 linux-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.c | 1 |
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> |