From: Harvey Harrison Date: Thu, 14 Feb 2008 01:08:16 +0000 (-0800) Subject: debugfs: fix sparse warnings X-Git-Tag: v2.6.25-rc4~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3634634edd49c115da931998b9540bcc17665b05;p=pandora-kernel.git debugfs: fix sparse warnings extern does not belong in C files, move declaration to linux/debugfs.h fs/debugfs/file.c:42:30: warning: symbol 'debugfs_file_operations' was not declared. Should it be static? fs/debugfs/file.c:54:31: warning: symbol 'debugfs_link_operations' was not declared. Should it be static? Signed-off-by: Harvey Harrison Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed