summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2015-01-27 17:49:02 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-28 19:18:50 (GMT)
commit08f6b95b7a6e7c33a51e80d40f79b15160bd585e (patch)
tree12c40097fb688657dc4150daeafbff3605ef27a5 /drivers/staging/comedi
parentd1a6b736284cb0f618ff82abb79c2dd7fcad33dd (diff)
downloadlinux-08f6b95b7a6e7c33a51e80d40f79b15160bd585e.tar.xz
staging: comedi: comedi_usb.c: include new "comedi_usb.h" header
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>
Diffstat (limited to 'drivers/staging/comedi')
-rw-r--r--drivers/staging/comedi/comedi_usb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/comedi_usb.c b/drivers/staging/comedi/comedi_usb.c
index 0b862a6..68b75e8 100644
--- a/drivers/staging/comedi/comedi_usb.c
+++ b/drivers/staging/comedi/comedi_usb.c
@@ -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.