diff options
| author | Ian Abbott <[email protected]> | 2015-03-10 16:10:51 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-03-20 14:08:13 +0100 |
| commit | bf5a5c0b2f2c7ea5a6f063d5e59e2b3ec575caaa (patch) | |
| tree | 59d7914565e791d79e1613634d54c6cc5febecd2 | |
| parent | b062252d214d50a798ca0a3910f775ee6bcac670 (diff) | |
staging: comedi: cb_pcimdda: 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 <[email protected]>
Reviewed-by: H Hartley Sweeten <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/comedi/drivers/cb_pcimdda.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/cb_pcimdda.c b/drivers/staging/comedi/drivers/cb_pcimdda.c index e834be9b0567..a4781dbbdd82 100644 --- a/drivers/staging/comedi/drivers/cb_pcimdda.c +++ b/drivers/staging/comedi/drivers/cb_pcimdda.c @@ -75,9 +75,8 @@ Configuration Options: not applicable, uses PCI auto config */ #include <linux/module.h> -#include <linux/pci.h> -#include "../comedidev.h" +#include "../comedi_pci.h" #include "8255.h" |