From: Stephen Rothwell Date: Fri, 6 Aug 2010 02:13:47 +0000 (+0100) Subject: cifs: Include linux/err.h for IS_ERR and PTR_ERR X-Git-Tag: v2.6.36-rc1~505^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af352fe960263fbab3252be0ba6d4e0a27e62f5d;p=pandora-kernel.git 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 Signed-off-by: David Howells Signed-off-by: Steve French --- Reading git-diff-tree failed