staging: comedi: vmk80xx: include new "comedi_usb.h" header
authorIan Abbott <abbotti@mev.co.uk>
Tue, 27 Jan 2015 17:49:08 +0000 (17:49 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 19:18:51 +0000 (11:18 -0800)
Include the new "../comedi_usb.h" header instead of <linux/usb.h> and
"../comedidev.h", which will now get included indirectly.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/vmk80xx.c

index eb76460e806f3262d9ad17efeb44212cd0cce86e..e37118321a278466ab75f1e51294b2183551bc58 100644 (file)
 #include <linux/input.h>
 #include <linux/slab.h>
 #include <linux/poll.h>
-#include <linux/usb.h>
 #include <linux/uaccess.h>
 
-#include "../comedidev.h"
+#include "../comedi_usb.h"
 
 enum {
        DEVICE_VMK8055,
This page took 0.057058 seconds and 5 git commands to generate.