mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
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:
parent
4f4123ba6d
commit
216ed755f7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user