Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bec85e80 authored by Frank Lichtenheld's avatar Frank Lichtenheld Committed by Linus Torvalds
Browse files

hppb: Add missing dma-mapping.h include



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: default avatarFrank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3bd858ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>