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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user