]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
KEYS: linux/key-type.h needs linux/errno.h
authorDavid Howells <dhowells@redhat.com>
Mon, 23 Jul 2012 14:37:31 +0000 (15:37 +0100)
committerJames Morris <james.l.morris@oracle.com>
Mon, 30 Jul 2012 05:08:46 +0000 (15:08 +1000)
linux/key-type.h needs to #include linux/errno.h as it refers to ENOKEY.
Without this, with sparc's allmodconfig in one of my test trees, the following
error occurs:

include/linux/key-type.h: In function 'key_negate_and_link':
include/linux/key-type.h:122:43: error: 'ENOKEY' undeclared (first use in this function)
include/linux/key-type.h:122:43: note: each undeclared identifier is reported only once for each fun

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
include/linux/key-type.h

index 39e3c082c49d489a32ab781e080b28236661877f..f0c651cda7b0b7a367b41160ed88ea487838a72b 100644 (file)
@@ -13,6 +13,7 @@
 #define _LINUX_KEY_TYPE_H
 
 #include <linux/key.h>
+#include <linux/errno.h>
 
 #ifdef CONFIG_KEYS