diff options
author | Ian Abbott <abbotti@mev.co.uk> | 2015-03-10 16:10:30 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-20 13:08:10 (GMT) |
commit | b8c0a0ac0d3276e5c1c3e46865c582285e026e15 (patch) | |
tree | 57f7a222a42147f4a453c244a148b0a047a640d9 | |
parent | 6e99da194b9e3197fecb89b273f4feaea750a165 (diff) | |
download | linux-b8c0a0ac0d3276e5c1c3e46865c582285e026e15.tar.xz |
staging: comedi: addi_apci_3120: 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/addi_apci_3120.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/addi_apci_3120.c b/drivers/staging/comedi/drivers/addi_apci_3120.c index c65f940..5822f1fe 100644 --- a/drivers/staging/comedi/drivers/addi_apci_3120.c +++ b/drivers/staging/comedi/drivers/addi_apci_3120.c @@ -22,10 +22,9 @@ */ #include <linux/module.h> -#include <linux/pci.h> #include <linux/interrupt.h> -#include "../comedidev.h" +#include "../comedi_pci.h" #include "comedi_fc.h" #include "amcc_s5933.h" |