]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: comedi: cb_das16_cs: remove unneeded include
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 26 Jun 2012 00:11:13 +0000 (17:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2012 22:30:52 +0000 (15:30 -0700)
This driver is not for a pci device. Remove the unneeded include
of the pci.h header.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/cb_das16_cs.c

index acee5502356458ad15a6c9f77e6cc39d2c6ac94d..2d8ec680a95691ad9d48f6ccc2823b6158ebb823 100644 (file)
@@ -42,7 +42,6 @@ Status: experimental
 #include <linux/slab.h>
 #include "../comedidev.h"
 #include <linux/delay.h>
-#include <linux/pci.h>
 
 #include <pcmcia/cistpl.h>
 #include <pcmcia/ds.h>