projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a6b73
)
staging: comedi: comedi_usb.c: include new "comedi_usb.h" header
author
Ian Abbott
<abbotti@mev.co.uk>
Tue, 27 Jan 2015 17:49:02 +0000
(17:49 +0000)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/comedi_usb.c
b/drivers/staging/comedi/comedi_usb.c
index 0b862a64c0493987bce20cf4d168d95aa6b46141..68b75e8feec0d7ba2ae6cb25dbfbf426218a7297 100644
(file)
--- 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 "comedi
dev
.h"
+#include "comedi
_usb
.h"
/**
* comedi_to_usb_interface() - comedi_device pointer to usb_interface pointer.