Commit 216ed755 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

Staging: comedi: Remove contec_model typedef

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4f4123ba
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment