From: Sam Ravnborg Date: Sun, 26 Feb 2006 21:18:11 +0000 (+0100) Subject: kbuild: whitelist false section mismatch warnings X-Git-Tag: v2.6.17-rc1~733^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8fbca5836aaafd165aa8732d92ab5d4f3a6841;p=pandora-kernel.git kbuild: whitelist false section mismatch warnings In several cases the section mismatch check triggered false warnings. Following patch introduce a whitelist to 'false positives' are not warned of. Two types of patterns are recognised: 1) Typical case when a module parameter is _initdata 2) When a function pointer is assigned to a driver structure In both patterns we rely on the actual name of the variable assigned Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed