Loading drivers/char/istallion.c +2 −2 Original line number Diff line number Diff line Loading @@ -3739,7 +3739,7 @@ static int stli_getbrdnr(void) * 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; unsigned int iobase, eid, i; Loading Loading @@ -3935,7 +3935,7 @@ static struct stlibrd *stli_allocbrd(void) * can find. */ static int stli_initbrds(void) static int __init stli_initbrds(void) { struct stlibrd *brdp, *nxtbrdp; struct stlconf conf; Loading Loading
drivers/char/istallion.c +2 −2 Original line number Diff line number Diff line Loading @@ -3739,7 +3739,7 @@ static int stli_getbrdnr(void) * 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; unsigned int iobase, eid, i; Loading Loading @@ -3935,7 +3935,7 @@ static struct stlibrd *stli_allocbrd(void) * can find. */ static int stli_initbrds(void) static int __init stli_initbrds(void) { struct stlibrd *brdp, *nxtbrdp; struct stlconf conf; Loading