[POWERPC] ps3: don't call ps3_system_bus_driver_register on other platforms
authorIshizaki Kou <kou.ishizaki@toshiba.co.jp>
Wed, 14 Feb 2007 07:04:17 +0000 (16:04 +0900)
committerPaul Mackerras <paulus@samba.org>
Fri, 16 Feb 2007 03:00:20 +0000 (14:00 +1100)
ps3_system_bus_driver_register is PS3 platform specific function.
On other platforms, it triggers WARN_ON in kref_get.

Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found