[PATCH] password: don't export read_default_passwd()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxx>
---
 common/password.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/password.c b/common/password.c
index a2a9c4cd6caf..e5a333d9b19e 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)
 {
-- 
2.26.2


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux