9
0
Fork 0

version: add missing EXPORT_SYMBOL for version_string

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:32 +02:00 committed by Sascha Hauer
parent 8bc0b0a008
commit e7abb188f5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
const char version_string[] =
"barebox " UTS_RELEASE " " UTS_VERSION "\n";
EXPORT_SYMBOL(version_string);
void barebox_banner (void)
{