From: Nathan Lynch Date: Tue, 12 Aug 2008 21:34:57 +0000 (+1000) Subject: powerpc: Remove redundant sysfs_remove_file calls for cache info X-Git-Tag: v2.6.28-rc1~569^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d3d307e6f577de3b384ef64ffb03c8b5676748;p=pandora-kernel.git powerpc: Remove redundant sysfs_remove_file calls for cache info When removing a directory, the sysfs core takes care of removing files in the directory (see sysfs_remove_dir()). So when we are about to delete a kobject (and thus cause its sysfs directory to be removed), we don't have to explicitly remove the files attached to it, although it's harmless to do so. Signed-off-by: Nathan Lynch Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed