]> git.baikalelectronics.ru Git - kernel.git/commit
PKCS#7: Missing inclusion of linux/err.h
authorDavid Howells <dhowells@redhat.com>
Fri, 25 Jul 2014 10:33:53 +0000 (11:33 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 25 Jul 2014 10:33:53 +0000 (11:33 +0100)
commit5383fe79fab10e3c03fd0b3ff9278a3467c0ea5d
treef8f3b543b357439a38544e0f6a419133b7b5de56
parent622455bad9337978eaa48dd68144e65dbbfd36f9
PKCS#7: Missing inclusion of linux/err.h

crypto/asymmetric_keys/pkcs7_key_type.c needs to #include linux/err.h rather
than relying on getting it through other headers.

Without this, the powerpc allyesconfig build fails.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David Howells <dhowells@redhat.com>
crypto/asymmetric_keys/pkcs7_key_type.c