CIFS: Fix compile error with __init in cifs_init_dns_resolver() definition
authorMichael Neuling <mikey@neuling.org>
Tue, 3 Aug 2010 22:32:13 +0000 (08:32 +1000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 17:20:46 +0000 (10:20 -0700)
commitc66bf6747f1516cb39f17815c8cf5841afd9a5e9
tree1b749ec792de9590230b8c6f0d1c9aaf70f4378b
parent2d43ec0e0aa46ee9944313b096daa9c729db4f85
CIFS: Fix compile error with __init in cifs_init_dns_resolver() definition

An allmodconfig compile on ppc64 with 2.6.32.17 currently gives this error

fs/cifs/dns_resolve.h:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cifs_init_dns_resolver'

This adds the correct header file to fix this.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/cifs/dns_resolve.h