staging: comedi: add comedi_pci.h
authorIan Abbott <abbotti@mev.co.uk>
Tue, 10 Mar 2015 16:10:20 +0000 (16:10 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Mar 2015 13:08:09 +0000 (14:08 +0100)
commite62c1d5cdf5184ce5b09a5547483846e8d672566
tree098aa1996feb6b94a2dbd1f72ca6267967864351
parentdec8c37818a26869ba5cdf0b1033eeb9296dc2fb
staging: comedi: add comedi_pci.h

Add a new header that Comedi PCI drivers can include instead of
"comedidev.h".  Currently, it just pulls in <linux/pci.h> and
"comedidev.h", but the plan is to migrate the PCI-specific stuff from
"comedidev.h" here.

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>
drivers/staging/comedi/comedi_pci.h [new file with mode: 0644]