From: Sam Ravnborg Date: Sun, 3 Jun 2007 20:19:24 +0000 (+0200) Subject: kbuild: whitelist references from variables named _timer to .init.text X-Git-Tag: v2.6.23-rc1~257^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e29a706eef664f2c5014462d435f54a1952cc7b;p=pandora-kernel.git kbuild: whitelist references from variables named _timer to .init.text arm uses a lot of ops structures named *_timer that has legitimite references to .init.text. So let's add this variable to the list of variables that may reference .init.text without causing any warning. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed