aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dmapool.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-04-08 14:42:49 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-04-08 14:42:49 -0700
commitb97fdef8e680ca8bdfea6114eea19fb6832d54be (patch)
tree46e67832d876e16dd14cad66e9bf182c828dc794 /include/linux/dmapool.h
parent3afe9f849600645723246baa95e7559caeca6ce9 (diff)
parent6b79c57b92cdd90853002980609af516d14c4f9c (diff)
Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton: "Three fixes" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: mm: numa: disable change protection for vma(VM_HUGETLB) include/linux/dmapool.h: declare struct device mm: move zone lock to a different cache line than order-0 free page lists
Diffstat (limited to 'include/linux/dmapool.h')
-rw-r--r--include/linux/dmapool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dmapool.h b/include/linux/dmapool.h
index 022e34fcbd1b..52456aa566a0 100644
--- a/include/linux/dmapool.h
+++ b/include/linux/dmapool.h
@@ -14,6 +14,8 @@
#include <asm/io.h>
#include <asm/scatterlist.h>
+struct device;
+
struct dma_pool *dma_pool_create(const char *name, struct device *dev,
size_t size, size_t align, size_t allocation);