Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325195
b: refs/heads/master
c: 4ba47b8
h: refs/heads/master
i:
  325193: b08207d
  325191: 65392f3
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 11, 2012
1 parent 452b479 commit 6b1ec63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d68a8635c5b706e3c037d89fd130e62ddce5c823
refs/heads/master: 4ba47b8f88b6893e79e704d37bad7044c376fc4f
5 changes: 0 additions & 5 deletions trunk/drivers/staging/comedi/drivers/icp_multi.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ There are 4 x 12-bit Analogue Outputs. Ranges : 5V, 10V, +/-5V, +/-10V

#define PCI_DEVICE_ID_ICP_MULTI 0x8000

/* Hardware types of the cards */
#define TYPE_ICP_MULTI 0

#define IORANGE_ICP_MULTI 32

#define ICP_MULTI_ADC_CSR 0 /* R/W: ADC command/status register */
Expand Down Expand Up @@ -129,7 +126,6 @@ struct boardtype {
int device_id;
int iorange; /* I/O range len */
char have_irq; /* 1=card support IRQ */
char cardtype; /* 0=ICP Multi */
};

struct icp_multi_private {
Expand Down Expand Up @@ -877,7 +873,6 @@ static const struct boardtype boardtypes[] = {
.device_id = PCI_DEVICE_ID_ICP_MULTI,
.iorange = IORANGE_ICP_MULTI,
.have_irq = 1,
.cardtype = TYPE_ICP_MULTI,
},
};

Expand Down

0 comments on commit 6b1ec63

Please sign in to comment.