]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cifs: Include linux/err.h for IS_ERR and PTR_ERR
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 6 Aug 2010 02:13:47 +0000 (03:13 +0100)
committerSteve French <sfrench@us.ibm.com>
Fri, 6 Aug 2010 02:26:23 +0000 (02:26 +0000)
commitaf352fe960263fbab3252be0ba6d4e0a27e62f5d
treedad76de38b3d8128f7e1745834b63d6dee13d777
parent07567a5509327bcbf2c867286eb1524447c9b954
cifs: Include linux/err.h for IS_ERR and PTR_ERR

Fixes build errors:

net/dns_resolver/dns_key.c: In function 'init_dns_resolver':
net/dns_resolver/dns_key.c:170: error: implicit declaration of function 'IS_ERR'
net/dns_resolver/dns_key.c:171: error: implicit declaration of function 'PTR_ERR'
net/dns_resolver/dns_query.c: In function 'dns_query':
net/dns_resolver/dns_query.c:126: error: implicit declaration of function 'IS_ERR'
net/dns_resolver/dns_query.c:127: error: implicit declaration of function 'PTR_ERR'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
net/dns_resolver/dns_key.c
net/dns_resolver/dns_query.c