sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
authorTejun Heo <tj@kernel.org>
Fri, 10 Jan 2014 13:57:31 +0000 (08:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Apr 2014 18:56:33 +0000 (11:56 -0700)
All device_schedule_callback_owner() users are converted to use
device_remove_file_self().  Remove now unused
{sysfs|device}_schedule_callback_owner().

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found