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:
c4c5e43
)
backports: add missing include to dma-shared-helpers.c
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 26 May 2013 19:52:29 +0000
(21:52 +0200)
committer
Luis R. Rodriguez
<mcgrof@do-not-panic.com>
Tue, 28 May 2013 18:30:39 +0000
(11:30 -0700)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/compat/dma-shared-helpers.c
patch
|
blob
|
history
diff --git
a/backport/compat/dma-shared-helpers.c
b/backport/compat/dma-shared-helpers.c
index e09dd6be6324d7914374c075e8cfdebebdde88c5..f76cf06bd40033a6eff85601eb8e6996e152c4f9 100644
(file)
--- a/
backport/compat/dma-shared-helpers.c
+++ b/
backport/compat/dma-shared-helpers.c
@@
-11,6
+11,7
@@
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/dma-attrs.h>
+#include <linux/device.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0)
#if LINUX_VERSION_CODE <= KERNEL_VERSION(3,6,0)
#include <linux/dma-direction.h>