[PATCH 4/4] command: add missing EXPORT_SYMBOL for find_cmd
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Jul 25 03:47:33 EDT 2012
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
common/command.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/command.c b/common/command.c
index f21bcc2..c18998c 100644
--- a/common/command.c
+++ b/common/command.c
@@ -166,6 +166,7 @@ struct command *find_cmd (const char *cmd)
return NULL; /* not found or ambiguous command */
}
+EXPORT_SYMBOL(find_cmd);
/*
* Put all commands into a linked list. Without module support we could use
--
1.7.10.4
More information about the barebox
mailing list