From: Rusty Russell Date: Sat, 13 Jun 2009 03:46:56 +0000 (-0600) Subject: module_param: add __same_type convenience wrapper for __builtin_types_compatible_p X-Git-Tag: v2.6.31-rc1~371^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c123c27db841c6c11a63de9c144823d2b1ba76;p=pandora-kernel.git module_param: add __same_type convenience wrapper for __builtin_types_compatible_p Impact: new API __builtin_types_compatible_p() is a little awkward to use: it takes two types rather than types or variables, and it's just damn long. (typeof(type) == type, so this works on types as well as vars). Signed-off-by: Rusty Russell --- Reading git-diff-tree failed