From: Rusty Russell Date: Sat, 25 Mar 2006 11:07:05 +0000 (-0800) Subject: [PATCH] Remove MODULE_PARM X-Git-Tag: v2.6.17-rc1~829 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d3b33f67fdc0fb364a1ef6d8fbbea7c2e4e6c98;p=pandora-kernel.git [PATCH] Remove MODULE_PARM MODULE_PARM was actually breaking: recent gcc version optimize them out as unused. It's time to replace the last users, which are generally in the most unloved drivers anyway. Signed-off-by: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed