Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47524
b: refs/heads/master
c: c76b093
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Feb 11, 2007
1 parent a1fc444 commit 01e46e4
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: d8adb9cef7e406a9a82881695097c702bc98422f
refs/heads/master: c76b09301eeb844036f17d008e15ff6532d8f33a
8 changes: 4 additions & 4 deletions trunk/drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ static int mxser_set_baud_method[MXSER_PORTS + 1];
static spinlock_t gm_lock;

#ifdef CONFIG_PCI
static int CheckIsMoxaMust(int io)
static int __devinit CheckIsMoxaMust(int io)
{
u8 oldmcr, hwid;
int i;
Expand Down Expand Up @@ -1373,7 +1373,7 @@ static int mxser_tiocmset(struct tty_struct *tty, struct file *file,
return 0;
}

static int mxser_program_mode(int port)
static int __init mxser_program_mode(int port)
{
int id, i, j, n;

Expand Down Expand Up @@ -1410,7 +1410,7 @@ static int mxser_program_mode(int port)
return id;
}

static void mxser_normal_mode(int port)
static void __init mxser_normal_mode(int port)
{
int i, n;

Expand Down Expand Up @@ -1443,7 +1443,7 @@ static void mxser_normal_mode(int port)
#define EN0_PORT 0x010 /* Rcv missed frame error counter RD */
#define ENC_PAGE0 0x000 /* Select page 0 of chip registers */
#define ENC_PAGE3 0x0C0 /* Select page 3 of chip registers */
static int mxser_read_register(int port, unsigned short *regs)
static int __init mxser_read_register(int port, unsigned short *regs)
{
int i, k, value, id;
unsigned int j;
Expand Down

0 comments on commit 01e46e4

Please sign in to comment.