提交 cb4ef3c2 编写于 作者: H Heiko Carstens 提交者: Martin Schwidefsky

s390/pkey: make pkey_init() static

drivers/s390/crypto/pkey_api.c:1197:12:
  warning: symbol 'pkey_init' was not declared. Should it be static?
Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 92acfb74
...@@ -1194,7 +1194,7 @@ static struct miscdevice pkey_dev = { ...@@ -1194,7 +1194,7 @@ static struct miscdevice pkey_dev = {
/* /*
* Module init * Module init
*/ */
int __init pkey_init(void) static int __init pkey_init(void)
{ {
cpacf_mask_t pckmo_functions; cpacf_mask_t pckmo_functions;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册