summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/efimap_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/efimap_cmd.c')
-rw-r--r--src/hci/commands/efimap_cmd.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/hci/commands/efimap_cmd.c b/src/hci/commands/efimap_cmd.c
index c183cbc30..7e8bdb19f 100644
--- a/src/hci/commands/efimap_cmd.c
+++ b/src/hci/commands/efimap_cmd.c
@@ -69,9 +69,4 @@ static int efimap_exec ( int argc, char **argv ) {
}
/** EFIMAP command */
-struct command efimap_commands[] __command = {
- {
- .name = "efimap",
- .exec = efimap_exec,
- },
-};
+COMMAND ( efimap, efimap_exec );