Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318093
b: refs/heads/master
c: 2852230
h: refs/heads/master
i:
  318091: 9c050c6
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 19, 2012
1 parent 300e23c commit a9fa6fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 718c39e8ff8ccc824883cc1078c1bf2fd2afeacc
refs/heads/master: 2852230eb210bbd249c5f217eef36b641b2e4bb8
9 changes: 0 additions & 9 deletions trunk/drivers/staging/comedi/drivers/cb_pcimdas.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ static const struct cb_pcimdas_board cb_pcimdas_boards[] = {
* struct.
*/
struct cb_pcimdas_private {
int data;

/* would be useful for a PCI device */
struct pci_dev *pci_dev;

Expand All @@ -148,13 +146,6 @@ struct cb_pcimdas_private {

/* Used for AO readback */
unsigned int ao_readback[2];

/* Used for DIO */
unsigned short int port_a; /* copy of BADR4+0 */
unsigned short int port_b; /* copy of BADR4+1 */
unsigned short int port_c; /* copy of BADR4+2 */
unsigned short int dio_mode; /* copy of BADR4+3 */

};

/*
Expand Down

0 comments on commit a9fa6fc

Please sign in to comment.