Commit 853376e5 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

staging: comedi: amplc_dio200: rename enum dio200_layout

Rename `enum dio200_layout` to `enum dio200_layout_idx`.  It's only used
once and frees up the `dio200_layout` tag for something else later.
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 96a9319f
......@@ -270,7 +270,7 @@ enum dio200_model {
pc272e_model, pci272_model,
};
enum dio200_layout {
enum dio200_layout_idx {
#if DO_ISA
pc212_layout,
pc214_layout,
......@@ -287,7 +287,7 @@ struct dio200_board {
unsigned short devid;
enum dio200_bustype bustype;
enum dio200_model model;
enum dio200_layout layout;
enum dio200_layout_idx layout;
};
static const struct dio200_board dio200_boards[] = {
......
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