kbuild: whitelist references from variables named _timer to .init.text
authorSam Ravnborg <sam@ravnborg.org>
Sun, 3 Jun 2007 20:19:24 +0000 (22:19 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 16 Jul 2007 21:25:00 +0000 (23:25 +0200)
commit1e29a706eef664f2c5014462d435f54a1952cc7b
tree89695d77119f18843a37d823bcad441a1b527153
parent92cc6b0725d800dcc3b9d62b419724050e4f7872
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 <sam@ravnborg.org>
scripts/mod/modpost.c