param: don't complain about unused module parameters.
commit96433ac605f72599f99f1300f56a57316f10d532
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 1 Dec 2009 04:26:44 +0000 (1 14:56 +1030)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 8 Dec 2009 18:22:20 +0000 (8 10:22 -0800)
tree128b887c2d369b6ff567fca00fda7fd6ce0ef1b6
parent9530e63015d1627cb46a485f7e6b8ba83ec4dca7
param: don't complain about unused module parameters.

commit f066a4f6df68f03b565dfe867dde54dfeb26576e upstream.

Jon confirms that recent modprobe will look in /proc/cmdline, so these
cmdline options can still be used.

See http://bugzilla.kernel.org/show_bug.cgi?id=14164

Reported-by: Adam Williamson <awilliam@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
init/main.c