diff options
| author | Ian Abbott <abbotti@mev.co.uk> | 2015-03-10 19:10:46 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-20 16:08:13 +0300 |
| commit | 61873d0a1b29fa10f0c679ee9c64defb4c6a1f06 (patch) | |
| tree | 95df9916500e956cf174b14d3d3e9d4effe88054 | |
| parent | 17decabfabb4d5e344e06b2c9725b1aa6cc671e0 (diff) | |
| download | linux-61873d0a1b29fa10f0c679ee9c64defb4c6a1f06.tar.xz | |
staging: comedi: amplc_pci263: 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/amplc_pci263.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/amplc_pci263.c b/drivers/staging/comedi/drivers/amplc_pci263.c index 0d2224b832ac..b6768aa90547 100644 --- a/drivers/staging/comedi/drivers/amplc_pci263.c +++ b/drivers/staging/comedi/drivers/amplc_pci263.c @@ -33,9 +33,8 @@ The state of the outputs can be read. */ #include <linux/module.h> -#include <linux/pci.h> -#include "../comedidev.h" +#include "../comedi_pci.h" static int pci263_do_insn_bits(struct comedi_device *dev, struct comedi_subdevice *s, |
