From: Adrian Bunk Date: Sat, 21 Oct 2006 17:24:06 +0000 (-0700) Subject: [PATCH] drivers/ide/pci/generic.c: re-add the __setup("all-generic-ide",...) X-Git-Tag: v2.6.19-rc3~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c5473f80770768ab5712eb5a7492c16e97209fe;p=pandora-kernel.git [PATCH] drivers/ide/pci/generic.c: re-add the __setup("all-generic-ide",...) The change from __setup() to module_param_named() requires users to prefix the option with "generic.". This patch re-adds the __setup() additionally to the module_param_named(). Usually it would make sense getting rid of such an obsolete __setup() at some time, but considering that drivers/ide/ is slowly approaching a RIP status it's already implicitely scheduled for removal. This patch fixes kernel Bugzilla #7353. Signed-off-by: Adrian Bunk Acked-by: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed