From: Tejun Heo Date: Wed, 18 Sep 2013 21:15:38 +0000 (-0400) Subject: sysfs: introduce [__]sysfs_remove() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~64^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250f7c3fee52b71457b4aa2cafadbd9f8b320b31;p=pandora-kernel.git sysfs: introduce [__]sysfs_remove() Given a sysfs_dirent, there is no reason to have multiple versions of removal functions. A function which removes the specified sysfs_dirent and its descendants is enough. This patch intorduces [__}sysfs_remove() which replaces all internal variations of removal functions. This will be the only removal function in the planned new sysfs_dirent based interface. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed