Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43653
b: refs/heads/master
c: 943f295
h: refs/heads/master
i:
  43651: 02749a0
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Dec 8, 2006
1 parent 73fcd05 commit 687ab37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 55b307da3e00b2281788860eefb42976a86d7752
refs/heads/master: 943f295903e152f940ba4260d1e790a05d2f64a3
8 changes: 4 additions & 4 deletions trunk/drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ static void process_txrx_fifo(struct mxser_port *info)
}
}

static int mxser_initbrd(struct mxser_board *brd)
static int __devinit mxser_initbrd(struct mxser_board *brd)
{
struct mxser_port *info;
unsigned int i;
Expand Down Expand Up @@ -617,7 +617,7 @@ static int mxser_initbrd(struct mxser_board *brd)
return 0;
}

static int mxser_get_PCI_conf(int board_type, struct mxser_board *brd,
static int __init mxser_get_PCI_conf(int board_type, struct mxser_board *brd,
struct pci_dev *pdev)
{
unsigned int i, j;
Expand Down Expand Up @@ -678,7 +678,7 @@ static int mxser_get_PCI_conf(int board_type, struct mxser_board *brd,
return 0;
}

static int mxser_init(void)
static int __init mxser_init(void)
{
struct pci_dev *pdev = NULL;
struct mxser_board *brd;
Expand Down Expand Up @@ -2925,7 +2925,7 @@ static int mxser_read_register(int, unsigned short *);
static int mxser_program_mode(int);
static void mxser_normal_mode(int);

static int mxser_get_ISA_conf(int cap, struct mxser_board *brd)
static int __init mxser_get_ISA_conf(int cap, struct mxser_board *brd)
{
int id, i, bits;
unsigned short regs[16], irq;
Expand Down

0 comments on commit 687ab37

Please sign in to comment.