backports: add missing include to dma-shared-helpers.c
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 26 May 2013 19:52:29 +0000 (21:52 +0200)
committerLuis 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

index e09dd6be6324d7914374c075e8cfdebebdde88c5..f76cf06bd40033a6eff85601eb8e6996e152c4f9 100644 (file)
@@ -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>