projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e62c1d5
)
staging: comedi: comedi_pci.c: include new "comedi_pci.h" header
author
Ian Abbott
<abbotti@mev.co.uk>
Tue, 10 Mar 2015 16:10:21 +0000
(16:10 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 20 Mar 2015 13:08:09 +0000
(14:08 +0100)
Include the new "comedi_pci.h" header instead of <linux/pci.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_pci.c
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/comedi_pci.c
b/drivers/staging/comedi/comedi_pci.c
index 6ba59c9770067d4976c6f9590be96ec734752322..027f0f4e59c15a35d3190df836b01969666739d1 100644
(file)
--- a/
drivers/staging/comedi/comedi_pci.c
+++ b/
drivers/staging/comedi/comedi_pci.c
@@
-17,10
+17,9
@@
*/
#include <linux/module.h>
-#include <linux/pci.h>
#include <linux/interrupt.h>
-#include "comedi
dev
.h"
+#include "comedi
_pci
.h"
/**
* comedi_to_pci_dev() - comedi_device pointer to pci_dev pointer.