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: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbott@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7dcd7b6072
commit
95dc690eb7
2 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
*************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue