diff options
| author | Ian Abbott <abbotti@mev.co.uk> | 2015-03-10 19:10:57 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-20 16:08:15 +0300 |
| commit | 3b806b175eda0de2fb74add45b14eee967e2bf7c (patch) | |
| tree | 7f2bfdec0cdad63c921c0485f9a08281dd2462f1 | |
| parent | 5ca7653efa34b3ed4ebd6ce43eed23b5deb4d4de (diff) | |
| download | linux-3b806b175eda0de2fb74add45b14eee967e2bf7c.tar.xz | |
staging: comedi: gsc_hpdi: 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/gsc_hpdi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/gsc_hpdi.c b/drivers/staging/comedi/drivers/gsc_hpdi.c index be9988d37338..8b7c475903ec 100644 --- a/drivers/staging/comedi/drivers/gsc_hpdi.c +++ b/drivers/staging/comedi/drivers/gsc_hpdi.c @@ -41,11 +41,10 @@ */ #include <linux/module.h> -#include <linux/pci.h> #include <linux/delay.h> #include <linux/interrupt.h> -#include "../comedidev.h" +#include "../comedi_pci.h" #include "plx9080.h" #include "comedi_fc.h" |
