From: Sebastian Andrzej Siewior Date: Mon, 14 Mar 2011 09:33:40 +0000 (+0100) Subject: x86: ce4100: Set pci ops via callback instead of module init X-Git-Tag: v2.6.38~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03150171dcf9492a96f57cbb2aef088bafcfcd2e;p=pandora-kernel.git x86: ce4100: Set pci ops via callback instead of module init 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 Cc: sodaville@linutronix.de LKML-Reference: <20110314093340.GA21026@www.tglx.de> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed