staging: comedi: drivers.c: replace #include <linux/dma-mapping.h>
authorIan Abbott <abbotti@mev.co.uk>
Thu, 17 Sep 2015 16:19:16 +0000 (17:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 01:20:07 +0000 (03:20 +0200)
commitd35d893965a6d7efe995d7f8d66b2427c14bbc36
treea7dc724bbc45672aa905bc0ec84876f57f60f444
parentdb0700a18d7d8832e3f5f5c3a55f197258e257e5
staging: comedi: drivers.c: replace #include <linux/dma-mapping.h>

Comedi's "drivers.c" doesn't use anything from `<linux/dma-mapping.h>`,
but it does use `DMA_NONE` from `<linux/dma-direction.h>`, so replace
the appropriate `#include` directive.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers.c