staging: comedi: comedi_usb.c: include new "comedi_usb.h" header
authorIan Abbott <abbotti@mev.co.uk>
Tue, 27 Jan 2015 17:49:02 +0000 (17:49 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 19:18:50 +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/comedi_usb.c

index 0b862a64c0493987bce20cf4d168d95aa6b46141..68b75e8feec0d7ba2ae6cb25dbfbf426218a7297 100644 (file)
@@ -17,9 +17,8 @@
  */
 
 #include <linux/module.h>
-#include <linux/usb.h>
 
-#include "comedidev.h"
+#include "comedi_usb.h"
 
 /**
  * comedi_to_usb_interface() - comedi_device pointer to usb_interface pointer.
This page took 0.026096 seconds and 5 git commands to generate.