summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-05-20 08:46:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-03 08:24:24 +0200
commitb5fae708273212bf67cda768d285a825ab3e94b7 (patch)
tree1546b87637f2c4614790169ab5efe972c7cd25bd /common
parent9baf73b9bc2891da06d9ca9fb19cc2fa457d5ad8 (diff)
downloadbarebox-b5fae708273212bf67cda768d285a825ab3e94b7.tar.gz
barebox-b5fae708273212bf67cda768d285a825ab3e94b7.tar.xz
password: don't export read_default_passwd()
This function is used only in common/password.c itself, so it doesn't need to be exported. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/password.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/password.c b/common/password.c
index a2a9c4cd6c..e5a333d9b1 100644
--- a/common/password.c
+++ b/common/password.c
@@ -179,7 +179,6 @@ static int read_default_passwd(unsigned char *sum, size_t length)
return 0;
}
-EXPORT_SYMBOL(read_default_passwd);
static int read_env_passwd(unsigned char *sum, size_t length)
{