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:
5c4f526
)
m68knommu: need to include linux/device.h in dma.c
author
Greg Ungerer
<gerg@snapgear.com>
Wed, 25 Jul 2007 12:07:20 +0000
(22:07 +1000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 25 Jul 2007 18:05:01 +0000
(11:05 -0700)
Need to explicitly include linux/device.h.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68knommu/kernel/dma.c
patch
|
blob
|
history
diff --git
a/arch/m68knommu/kernel/dma.c
b/arch/m68knommu/kernel/dma.c
index 0a25874a2aaefb5c4a4821688086c075a2e00532..e10eafc52789e5f8dc3ca428449ff8fd0adb0b1e 100644
(file)
--- 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,