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)
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

index 1b1b411adcf1e075f3a87acc788edf4277fd707a..400a04d5c9a1335216f6bebca3b2892ec99a3d6b 100644 (file)
@@ -28,6 +28,7 @@
 #include <linux/string.h>
 #include <linux/kernel.h>
 #include <linux/keyctl.h>
+#include <linux/err.h>
 #include <keys/dns_resolver-type.h>
 #include <keys/user-type.h>
 #include "internal.h"
index 6c0cf31ea00d9887b64332939b98aac17b343a34..b33e1f7ff48d17ed3518db0918f9f2b96ba56a1b 100644 (file)
@@ -39,6 +39,7 @@
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/dns_resolver.h>
+#include <linux/err.h>
 #include <keys/dns_resolver-type.h>
 #include <keys/user-type.h>