summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2015-03-10 19:11:02 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-20 16:08:16 +0300
commitb33e841ef8aea4a425294d366ee023e5e27cc14c (patch)
treeb8013fc420d16170b7e4aaa2a3872d9e351efd6f
parentf2e8e2853e28d8bb99d0d7613af00ba7642f6ad4 (diff)
downloadlinux-b33e841ef8aea4a425294d366ee023e5e27cc14c.tar.xz
staging: comedi: me_daq: 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/me_daq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/me_daq.c b/drivers/staging/comedi/drivers/me_daq.c
index 92e23527f2cb..d78e9195fbce 100644
--- a/drivers/staging/comedi/drivers/me_daq.c
+++ b/drivers/staging/comedi/drivers/me_daq.c
@@ -30,11 +30,10 @@
*/
#include <linux/module.h>
-#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/sched.h>
-#include "../comedidev.h"
+#include "../comedi_pci.h"
#include "plx9052.h"