All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] KEYS: include header for EINVAL definition
@ 2024-01-07 13:28 clayc
  2024-01-08 14:24 ` Jarkko Sakkinen
  2024-01-26  8:59 ` Herbert Xu
  0 siblings, 2 replies; 7+ messages in thread
From: clayc @ 2024-01-07 13:28 UTC (permalink / raw)
  To: keyrings, linux-crypto, linux-kernel; +Cc: dhowells, herbert, davem, Clay Chang

From: Clay Chang <clayc@hpe.com>

This patch includes linux/errno.h to address the issue of 'EINVAL' being
undeclared.

Signed-off-by: Clay Chang <clayc@hpe.com>
---
 include/crypto/public_key.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/crypto/public_key.h b/include/crypto/public_key.h
index 462f8a34cdf8..b7f308977c84 100644
--- a/include/crypto/public_key.h
+++ b/include/crypto/public_key.h
@@ -10,6 +10,7 @@
 #ifndef _LINUX_PUBLIC_KEY_H
 #define _LINUX_PUBLIC_KEY_H
 
+#include <linux/errno.h>
 #include <linux/keyctl.h>
 #include <linux/oid_registry.h>
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-01-26  8:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-07 13:28 [PATCH] KEYS: include header for EINVAL definition clayc
2024-01-08 14:24 ` Jarkko Sakkinen
2024-01-09  2:10   ` Clay Chang
2024-01-10 19:54     ` Jarkko Sakkinen
2024-01-12  5:59       ` Clay Chang
2024-01-13 20:46         ` Jarkko Sakkinen
2024-01-26  8:59 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.