diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-07-25 22:07:20 +1000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-25 11:05:01 -0700 |
commit | 85e026bc0d9c9962de5ad65e3be40733f0f8d99c (patch) | |
tree | c5fb285cb18fa60de3747be970a1ba2a98d82538 /arch/m68knommu | |
parent | 5c4f5264d503f0650c954a181b0ba255913bb382 (diff) | |
download | op-kernel-dev-85e026bc0d9c9962de5ad65e3be40733f0f8d99c.zip op-kernel-dev-85e026bc0d9c9962de5ad65e3be40733f0f8d99c.tar.gz |
m68knommu: need to include linux/device.h in dma.c
Need to explicitly include linux/device.h.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/kernel/dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68knommu/kernel/dma.c b/arch/m68knommu/kernel/dma.c index 0a25874a..e10eafc 100644 --- a/arch/m68knommu/kernel/dma.c +++ b/arch/m68knommu/kernel/dma.c @@ -8,6 +8,7 @@ #include <linux/types.h> #include <linux/mm.h> #include <linux/string.h> +#include <linux/device.h> #include <asm/io.h> void *dma_alloc_coherent(struct device *dev, size_t size, |