From: Rusty Russell Date: Sat, 13 Jun 2009 03:46:53 +0000 (-0600) Subject: module_param: invbool should take a 'bool', not an 'int' X-Git-Tag: v2.6.31-rc1~371^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a71af2c3627b379b7c31917a7f6ee0d29bc559b;p=pandora-kernel.git module_param: invbool should take a 'bool', not an 'int' It takes an 'int' for historical reasons, and there are only two users: simply switch it over to bool. The other user (uvesafb.c) will get a (harmless-on-x86) warning until the next patch is applied. Cc: Brad Douglas Cc: Michal Januszewski Signed-off-by: Rusty Russell --- Reading git-diff-tree failed