From: Tejun Heo Date: Thu, 28 Nov 2013 19:54:25 +0000 (-0500) Subject: sysfs, kernfs: remove sysfs_add_one() X-Git-Tag: v3.14-rc1~151^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0cfbec2a95c16818960fda1dfa815fd1a62070;p=pandora-kernel.git sysfs, kernfs: remove sysfs_add_one() sysfs_add_one() is a wrapper around __sysfs_add_one() which prints out duplicate name warning if __sysfs_add_one() fails with -EEXIST. The previous kernfs conversions moved all dup warnings to sysfs interface functions and sysfs_add_one() doesn't have any user left. Remove sysfs_add_one() and update __sysfs_add_one() to take its name. This patch doesn't make any functional changes. Signed-off-by: Tejun Heo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed