powerpc/powernv Adapt opal-elog and opal-dump to new sysfs_remove_file_self
authorStewart Smith <stewart@linux.vnet.ibm.com>
Wed, 9 Apr 2014 03:47:37 +0000 (13:47 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 9 Apr 2014 03:51:50 +0000 (13:51 +1000)
We are currently using sysfs_schedule_callback() which is deprecated
and about to be removed. Switch to the new interface instead.

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/powernv/opal-dump.c
arch/powerpc/platforms/powernv/opal-elog.c