Skip to content

Commit

Permalink
staging: comedi: remove check for PCI_SUPPORT_VER1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent 7dcd7b6 commit 95dc690
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/comedi/drivers/addi-data/addi_amcc_s5933.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 0 additions & 4 deletions drivers/staging/comedi/drivers/addi-data/amcc_s5933_58.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*************************/
Expand Down

0 comments on commit 95dc690

Please sign in to comment.