From: Márton Németh Date: Fri, 24 Sep 2010 13:22:22 +0000 (+0200) Subject: autofs: Only declare function when CONFIG_COMPAT is defined X-Git-Tag: v2.6.37-rc1~174^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26daad8067f976a6e3622b42b0d80de9a53e8ad9;p=pandora-kernel.git autofs: Only declare function when CONFIG_COMPAT is defined The patch solves the following warnings message when CONFIG_COMPAT is not defined: fs/autofs/root.c:30: warning: ‘autofs_root_compat_ioctl’ declared ‘static’ but never defined Signed-off-by: Márton Németh Cc: "H. Peter Anvin" Cc: Arnd Bergmann Signed-off-by: Frederic Weisbecker Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed