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

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
...@@ -22,10 +22,6 @@ ...@@ -22,10 +22,6 @@
#include "../../comedidev.h" #include "../../comedidev.h"
#ifdef PCI_SUPPORT_VER1
#error No support for 2.1.55 and older
#endif
/* written on base0 */ /* written on base0 */
#define FIFO_ADVANCE_ON_BYTE_2 0x20000000 #define FIFO_ADVANCE_ON_BYTE_2 0x20000000
......
...@@ -23,10 +23,6 @@ ...@@ -23,10 +23,6 @@
#include <linux/pci.h> #include <linux/pci.h>
#include "../../comedidev.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 /***********Added by sarath for compatibility with APCI3120
*************************/ *************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment