]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
x86: ce4100: Set pci ops via callback instead of module init
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 14 Mar 2011 09:33:40 +0000 (10:33 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 14 Mar 2011 14:13:23 +0000 (15:13 +0100)
Setting the pci ops on subsys initcall unconditionally will break
multi platform kernels on anything except ce4100.

Use x86_init.pci.init ops to call this only on real ce4100 platforms.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: sodaville@linutronix.de
LKML-Reference: <20110314093340.GA21026@www.tglx.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found