From: Maciej W. Rozycki Date: Mon, 22 Oct 2007 17:13:24 +0000 (+0100) Subject: defxx.c: dfx_bus_init() is __devexit not __devinit X-Git-Tag: v2.6.24-rc1~15^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d1050813d4950335f1097a971836ed08be53b0;p=pandora-kernel.git defxx.c: dfx_bus_init() is __devexit not __devinit The dfx_bus_uninit() call is called from dfx_unregister() which is __devexit and which is ultimately the ->remove call for the device. Signed-off-by: Maciej W. Rozycki Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed