staging: comedi: cb_pcimdas: remove unused include

This driver does not use anything in the plx9052.h header. Remove
the unnecessary include.

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>
This commit is contained in:
H Hartley Sweeten 2013-04-12 13:39:17 -07:00 committed by Greg Kroah-Hartman
parent c0352cb71d
commit 3646af9fda

View File

@ -46,7 +46,6 @@ See http://www.mccdaq.com/PDFs/Manuals/pcim-das1602-16.pdf for more details.
#include "../comedidev.h"
#include "plx9052.h"
#include "8255.h"
/* #define CBPCIMDAS_DEBUG */