From: Denis Cheng Date: Wed, 6 Feb 2008 01:57:49 +0000 (+0100) Subject: ide-pci-generic: kill the unused ifdef/endif/MODULE code X-Git-Tag: v2.6.25-rc1~779^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594765a7316562cb7442f760a9a2f6e02804b610;p=pandora-kernel.git ide-pci-generic: kill the unused ifdef/endif/MODULE code with module_param macro, the __setup code can be killed now: const __setup("all-generic-ide", ide_generic_all_on); and the module name "generic.ko" is not descriptive to its functionality, can be changed in Makefile, the "ide-pci-generic.ko" is better. the ide-pci-generic.all-generic-ide parameter also documented in Documentation/kernel-parameters.txt Signed-off-by: Denis Cheng Cc: Greg Kroah-Hartman Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed