Re: [PATCH] ide-pci-generic: kill the unused ifdef/endif/MODULE code

2008-02-05 Thread Bartlomiej Zolnierkiewicz
On Saturday 02 February 2008, Denis Cheng wrote: > 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-gen

[PATCH] ide-pci-generic: kill the unused ifdef/endif/MODULE code

2008-02-02 Thread Denis Cheng
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