From: Alan Cox Date: Mon, 27 Jun 2005 22:24:29 +0000 (-0700) Subject: [PATCH] ide: fix crashes with hotplug serverworks X-Git-Tag: v2.6.13-rc1~46^2~86 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb732d7b3699afe8859f27e93000860bb4103cca;p=pandora-kernel.git [PATCH] ide: fix crashes with hotplug serverworks You can't install the base kernel on a Stratus box because of the overuse of __init. Affects both IDE layers identically. It isn't the only misuser of __init so more review of other drivers (or fixing ide_register code to know about hotplug v non-hotplug chipsets) would be good. Original issue found by Stratus and their patch was the inspiration for this trivial one. Signed-off-by: Alan Cox Acked-by: Bartlomiej Zolnierkiewicz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed