From: Rusty Russell Date: Mon, 26 Mar 2012 02:20:51 +0000 (+1030) Subject: module_param: remove support for bool parameters which are really int. X-Git-Tag: v3.4-rc1~60^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8252813dee8e8cd453bb219731c36b268c69a7;p=pandora-kernel.git module_param: remove support for bool parameters which are really int. module_param(bool) used to counter-intuitively take an int. In fddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy trick. This eliminates that code (though leaves the flags field in the struct, for impending use). Signed-off-by: Rusty Russell --- Reading git-diff-tree failed