Staging: comedi: Remove contec_model typedef

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Bill Pemberton 2009-03-16 22:11:54 -04:00 committed by Greg Kroah-Hartman
parent 4f4123ba6d
commit 216ed755f7

View File

@ -38,9 +38,9 @@ Configuration Options:
#include "comedi_pci.h"
typedef enum contec_model {
enum contec_model {
PIO1616L = 0,
} contec_model;
};
struct contec_board {
const char *name;