Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43718
b: refs/heads/master
c: 705c186
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent e88cb59 commit 4086291
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b85b3413df1feb2b4ef17d829c1ee895fc64075
refs/heads/master: 705c186241844ba2103d15fc210dbf1def9bc3f0
10 changes: 5 additions & 5 deletions trunk/drivers/char/stallion.c
Original file line number Diff line number Diff line change
Expand Up @@ -1923,7 +1923,7 @@ static void stl_offintr(struct work_struct *work)
* Initialize all the ports on a panel.
*/

static int __init stl_initports(struct stlbrd *brdp, struct stlpanel *panelp)
static int __devinit stl_initports(struct stlbrd *brdp, struct stlpanel *panelp)
{
struct stlport *portp;
int chipmask, i;
Expand Down Expand Up @@ -1995,7 +1995,7 @@ static void stl_cleanup_panels(struct stlbrd *brdp)
* Try to find and initialize an EasyIO board.
*/

static int __init stl_initeio(struct stlbrd *brdp)
static int __devinit stl_initeio(struct stlbrd *brdp)
{
struct stlpanel *panelp;
unsigned int status;
Expand Down Expand Up @@ -2148,7 +2148,7 @@ static int __init stl_initeio(struct stlbrd *brdp)
* dealing with all types of ECH board.
*/

static int __init stl_initech(struct stlbrd *brdp)
static int __devinit stl_initech(struct stlbrd *brdp)
{
struct stlpanel *panelp;
unsigned int status, nxtid, ioaddr, conflict;
Expand Down Expand Up @@ -2372,7 +2372,7 @@ static int __init stl_initech(struct stlbrd *brdp)
* since the initial search and setup is very different.
*/

static int __init stl_brdinit(struct stlbrd *brdp)
static int __devinit stl_brdinit(struct stlbrd *brdp)
{
int i, retval;

Expand Down Expand Up @@ -2438,7 +2438,7 @@ static int __init stl_brdinit(struct stlbrd *brdp)
* Find the next available board number that is free.
*/

static int __init stl_getbrdnr(void)
static int __devinit stl_getbrdnr(void)
{
int i;

Expand Down

0 comments on commit 4086291

Please sign in to comment.