summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2015-03-10 19:10:32 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-20 16:08:10 +0300
commit6d669e563a2f772067c04fe457bbbb94e41b908b (patch)
treea2c74356ed587c3d3df29c5e7e3675755316138f
parented9c2cfc7ea7d24b424a305b3ad9d7057015d60c (diff)
downloadlinux-6d669e563a2f772067c04fe457bbbb94e41b908b.tar.xz
staging: comedi: addi_apci_3xxx: include new "comedi_pci.h" header
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>
-rw-r--r--drivers/staging/comedi/drivers/addi_apci_3xxx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/addi_apci_3xxx.c b/drivers/staging/comedi/drivers/addi_apci_3xxx.c
index c173810a3b5b..8dadab8b3e09 100644
--- a/drivers/staging/comedi/drivers/addi_apci_3xxx.c
+++ b/drivers/staging/comedi/drivers/addi_apci_3xxx.c
@@ -23,10 +23,9 @@
*/
#include <linux/module.h>
-#include <linux/pci.h>
#include <linux/interrupt.h>
-#include "../comedidev.h"
+#include "../comedi_pci.h"
#include "comedi_fc.h"