From: Tejun Heo Date: Thu, 24 Oct 2013 15:49:10 +0000 (-0400) Subject: sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~64^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eed6ecb0785681892ab1fe47188fc981241cfd0;p=pandora-kernel.git sysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c Most removal related logic is implemented in fs/sysfs/dir.c. Move sysfs_hash_and_remove() to fs/sysfs/dir.c so that __sysfs_remove() doesn't have to be public. This is pure relocation. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed