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:
3bd858a
)
hppb: Add missing dma-mapping.h include
author
Frank Lichtenheld
<
[email protected]
>
Tue, 17 Jul 2007 17:30:38 +0000
(19:30 +0200)
committer
Linus Torvalds
<
[email protected]
>
Tue, 17 Jul 2007 20:53:29 +0000
(13:53 -0700)
This fixes the following build-error:
CC drivers/parisc/hppb.o
drivers/parisc/hppb.c: In function ‘hppb_probe’:
drivers/parisc/hppb.c:73: error: implicit declaration of function ‘ccio_request_resource’
Signed-off-by: Frank Lichtenheld <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/parisc/hppb.c
patch
|
blob
|
history
diff --git
a/drivers/parisc/hppb.c
b/drivers/parisc/hppb.c
index a68b3b3761a229e0569a98d28cd29caa829aa519..a728a7cd2fc80156ae3fd1b1d358e6b87934eb87 100644
(file)
--- a/
drivers/parisc/hppb.c
+++ b/
drivers/parisc/hppb.c
@@
-16,6
+16,7
@@
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/slab.h>
+#include <linux/dma-mapping.h>
#include <linux/ioport.h>
#include <asm/io.h>