Commit 95dc690e authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: remove check for PCI_SUPPORT_VER1



This symbol is not defined in the kernel. It appears to be left
over from the 2.4 kernel.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbott@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7dcd7b60
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -22,10 +22,6 @@

#include "../../comedidev.h"

#ifdef PCI_SUPPORT_VER1
#error     No support for 2.1.55 and older
#endif

/* written on base0 */
#define FIFO_ADVANCE_ON_BYTE_2	0x20000000

+0 −4
Original line number Diff line number Diff line
@@ -23,10 +23,6 @@
#include <linux/pci.h>
#include "../../comedidev.h"

#ifdef PCI_SUPPORT_VER1
#error    Sorry, no support for 2.1.55 and older! :-((((
#endif

/***********Added by sarath for compatibility with APCI3120

*************************/