summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/fcmgmt_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/fcmgmt_cmd.c')
-rw-r--r--src/hci/commands/fcmgmt_cmd.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/hci/commands/fcmgmt_cmd.c b/src/hci/commands/fcmgmt_cmd.c
index 97f10f4dd..c03ebb05f 100644
--- a/src/hci/commands/fcmgmt_cmd.c
+++ b/src/hci/commands/fcmgmt_cmd.c
@@ -207,13 +207,5 @@ static int fcels_exec ( int argc, char **argv ) {
}
/** Fibre Channel management commands */
-struct command fcmgmt_commands[] __command = {
- {
- .name = "fcstat",
- .exec = fcstat_exec,
- },
- {
- .name = "fcels",
- .exec = fcels_exec,
- },
-};
+COMMAND ( fcstat, fcstat_exec );
+COMMAND ( fcels, fcels_exec );