projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c23f40
)
FRV: Add missing linux/export.h #inclusions
author
David Howells
<dhowells@redhat.com>
Fri, 2 Nov 2012 13:20:42 +0000
(13:20 +0000)
committer
David Howells
<dhowells@redhat.com>
Fri, 2 Nov 2012 13:20:42 +0000
(13:20 +0000)
Add missing linux/export.h #inclusions to the FRV arch.
Signed-off-by: David Howells <dhowells@redhat.com>
arch/frv/mb93090-mb00/pci-dma-nommu.c
patch
|
blob
|
history
diff --git
a/arch/frv/mb93090-mb00/pci-dma-nommu.c
b/arch/frv/mb93090-mb00/pci-dma-nommu.c
index e47857f889b6d2a18dcf839249bae5f7af66f334..b99c2a7cc7a41f6a0398c4a34715749d2a935afc 100644
(file)
--- 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>