Skip to content

Commit

Permalink
Staging: comedi: Remove das08_board typedef
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 2e93aa5 commit 05d21f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/comedi/drivers/das08.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enum das08_ai_encoding { das08_encode12, das08_encode16, das08_pcm_encode12 };
enum das08_lrange { das08_pg_none, das08_bipolar5, das08_pgh, das08_pgl,
das08_pgm };

typedef struct das08_board_struct {
struct das08_board_struct {
const char *name;
unsigned int id; // id for pci/pcmcia boards
enum das08_bustype bustype;
Expand All @@ -46,7 +46,7 @@ typedef struct das08_board_struct {
unsigned int i8255_offset;
unsigned int i8254_offset;
unsigned int iosize; // number of ioports used
} das08_board;
};

struct i8254_struct {
int channels; // available channels. Some could be used internally.
Expand Down

0 comments on commit 05d21f4

Please sign in to comment.