Skip to content

Commit

Permalink
hppb: Add missing dma-mapping.h include
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
flichtenheld authored and Linus Torvalds committed Jul 17, 2007
1 parent 3bd858a commit bec85e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/parisc/hppb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bec85e8

Please sign in to comment.