istallion section warnings

stli_findeisabrds() and stli_initbrds() are using __init and called only
from __init.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro 2008-11-22 17:34:14 +00:00 committed by Linus Torvalds
parent 8c29890aef
commit 6005e3eb89

View File

@ -3739,7 +3739,7 @@ static int stli_getbrdnr(void)
* do is go probing around in the usual places hoping we can find it. * do is go probing around in the usual places hoping we can find it.
*/ */
static int stli_findeisabrds(void) static int __init stli_findeisabrds(void)
{ {
struct stlibrd *brdp; struct stlibrd *brdp;
unsigned int iobase, eid, i; unsigned int iobase, eid, i;
@ -3935,7 +3935,7 @@ static struct stlibrd *stli_allocbrd(void)
* can find. * can find.
*/ */
static int stli_initbrds(void) static int __init stli_initbrds(void)
{ {
struct stlibrd *brdp, *nxtbrdp; struct stlibrd *brdp, *nxtbrdp;
struct stlconf conf; struct stlconf conf;