Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7353
b: refs/heads/master
c: a100777
h: refs/heads/master
i:
  7351: 08d6206
v: v3
  • Loading branch information
Christoph Hellwig authored and Linus Torvalds committed Sep 7, 2005
1 parent cd82b22 commit 98390b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 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: 573fc113133e0b0984d2c0090e706c6506661f91
refs/heads/master: a10077708233becfbae7b0104e1e8c0569359aa7
6 changes: 0 additions & 6 deletions trunk/drivers/char/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ static int tty_release(struct inode *, struct file *);
int tty_ioctl(struct inode * inode, struct file * file,
unsigned int cmd, unsigned long arg);
static int tty_fasync(int fd, struct file * filp, int on);
extern void rs_360_init(void);
static void release_mem(struct tty_struct *tty, int idx);


Expand Down Expand Up @@ -2910,11 +2909,6 @@ void __init console_init(void)
*/
#ifdef CONFIG_EARLY_PRINTK
disable_early_printk();
#endif
#ifdef CONFIG_SERIAL_68360
/* This is not a console initcall. I know not what it's doing here.
So I haven't moved it. dwmw2 */
rs_360_init();
#endif
call = __con_initcall_start;
while (call < __con_initcall_end) {
Expand Down
8 changes: 2 additions & 6 deletions trunk/drivers/serial/68360serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -2474,8 +2474,7 @@ static struct tty_operations rs_360_ops = {
.tiocmset = rs_360_tiocmset,
};

/* int __init rs_360_init(void) */
int rs_360_init(void)
static int __init rs_360_init(void)
{
struct serial_state * state;
ser_info_t *info;
Expand Down Expand Up @@ -2827,10 +2826,7 @@ int rs_360_init(void)

return 0;
}




module_init(rs_360_init);

/* This must always be called before the rs_360_init() function, otherwise
* it blows away the port control information.
Expand Down

0 comments on commit 98390b0

Please sign in to comment.