From: David Howells Date: Mon, 23 Jul 2012 14:37:31 +0000 (+0100) Subject: KEYS: linux/key-type.h needs linux/errno.h X-Git-Tag: v3.6-rc1~55^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5935e6dcaaa8f666dd7f1169fa87d36752ebeb94;p=pandora-kernel.git KEYS: linux/key-type.h needs linux/errno.h 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 Signed-off-by: David Howells Signed-off-by: James Morris --- Reading git-diff-tree failed