9
0
Fork 0

command: add missing EXPORT_SYMBOL for find_cmd

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-07-25 09:47:33 +02:00 committed by Sascha Hauer
parent e7abb188f5
commit 14c8c60ac6
1 changed files with 1 additions and 0 deletions

View File

@ -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