diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2015-03-10 16:10:33 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-20 14:08:10 +0100 |
commit | 80a324c7765bb5912de87fa7ace3dc58f7d44a7e (patch) | |
tree | 96cbd38f0d6673c30f035797b0536ba25ca7cc85 | |
parent | 6d669e563a2f772067c04fe457bbbb94e41b908b (diff) | |
download | linux-80a324c7765bb5912de87fa7ace3dc58f7d44a7e.tar.bz2 |
staging: comedi: adl_pci6208: 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/adl_pci6208.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/adl_pci6208.c b/drivers/staging/comedi/drivers/adl_pci6208.c index cc752812f8ee..7ed3fd6fbd3e 100644 --- a/drivers/staging/comedi/drivers/adl_pci6208.c +++ b/drivers/staging/comedi/drivers/adl_pci6208.c @@ -33,9 +33,8 @@ #include <linux/module.h> #include <linux/delay.h> -#include <linux/pci.h> -#include "../comedidev.h" +#include "../comedi_pci.h" /* * PCI-6208/6216-GL register map |