]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Create and hook up of_platform_device_shutdown
authorMichael Ellerman <michael@ellerman.id.au>
Fri, 25 Jan 2008 05:59:13 +0000 (16:59 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 6 Feb 2008 05:29:59 +0000 (16:29 +1100)
commit386ad87ebd1ed7513ab5a2f11a3483337f70b796
tree719b029cb3e84988c3a736e0257a00c47d2fd480
parentddb4055961d2b31ce0aa857cad11ff3d8aeddf61
[POWERPC] Create and hook up of_platform_device_shutdown

Although of_platform_device's can have a shutdown routine, at the moment
the bus code doesn't actually call it. So add the required glue to
hook the shutdown routine.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/of/platform.c