diff options
| author | Ian Abbott <abbotti@mev.co.uk> | 2015-03-10 19:10:37 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-20 16:08:11 +0300 |
| commit | b2ad146af57a9e0eb758c75b32e09091fff00a73 (patch) | |
| tree | 7e66518b232e2599e0e5ee3b9e7985fabf3112b6 | |
| parent | b60535d70d8dacabe767af2196534c33284e60cf (diff) | |
| download | linux-b2ad146af57a9e0eb758c75b32e09091fff00a73.tar.xz | |
staging: comedi: adl_pci9118: 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_pci9118.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c b/drivers/staging/comedi/drivers/adl_pci9118.c index 65b702cc04c1..eb4a528b6431 100644 --- a/drivers/staging/comedi/drivers/adl_pci9118.c +++ b/drivers/staging/comedi/drivers/adl_pci9118.c @@ -73,13 +73,12 @@ */ #include <linux/module.h> -#include <linux/pci.h> #include <linux/delay.h> #include <linux/gfp.h> #include <linux/interrupt.h> #include <linux/io.h> -#include "../comedidev.h" +#include "../comedi_pci.h" #include "amcc_s5933.h" #include "comedi_8254.h" |
