[POWERPC] Move of_device allocation into of_device.[ch]
authorJoachim Fenkes <fenkes@de.ibm.com>
Wed, 26 Sep 2007 09:44:12 +0000 (19:44 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 17 Oct 2007 12:30:07 +0000 (22:30 +1000)
commitfec738dd48bd33743c12cebe1bf954e487756231
treead0423ca2db3cd22d161c117096337d9c3e2ccf4
parentebb3e820b83e426ee331bae6d8fb0e54f472a25d
[POWERPC] Move of_device allocation into of_device.[ch]

Extract generic of_device allocation code from of_platform_device_create()
and move it into of_device.[ch], called of_device_alloc(). Also, there's now
of_device_free() which puts the device node.

This way, bus drivers that build on of_platform (like ibmebus will) can
build upon this code instead of reinventing the wheel.

Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/of_device.c
arch/powerpc/kernel/of_platform.c
include/asm-powerpc/of_device.h
include/linux/of_device.h