staging: comedi: 8255_pci: remove include of mite.h
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 14 Jul 2014 18:54:26 +0000 (11:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jul 2014 20:21:38 +0000 (13:21 -0700)
commite2f1036a9b22315d5134a1145b2743044d94b733
treea971b2ae47a3fd3ec40e8512e3b3bd5bd0ffefe1
parent1496e5961113860e97e8fc39c4fdc0e83c1fbcab
staging: comedi: 8255_pci: remove include of mite.h

The mite.h header is included only to pickup the MITE_IODWBSR and WENAB defines
needed to set the data window (PCI BAR 1) when initializing the PCI MITE ASIC
on the National Instruments boards supported by this driver.

Remove the include of mite.h by adding the two defines locally in this driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/8255_pci.c