Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94076
b: refs/heads/master
c: 3af7cb7
h: refs/heads/master
v: v3
  • Loading branch information
WANG Cong authored and Linus Torvalds committed Apr 28, 2008
1 parent a0033e1 commit 4ab4b9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 626c59f5edb284027bfe25cc15e7de2f532090b5
refs/heads/master: 3af7cb7bbcf0872b749a32bb48a7bc11f33bcd8c
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/chan_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static int open_one_chan(struct chan *chan)
return 0;
}

int open_chan(struct list_head *chans)
static int open_chan(struct list_head *chans)
{
struct list_head *ele;
struct chan *chan;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/um/include/chan_kern.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ extern void chan_interrupt(struct list_head *chans, struct delayed_work *task,
struct tty_struct *tty, int irq);
extern int parse_chan_pair(char *str, struct line *line, int device,
const struct chan_opts *opts, char **error_out);
extern int open_chan(struct list_head *chans);
extern int write_chan(struct list_head *chans, const char *buf, int len,
int write_irq);
extern int console_write_chan(struct list_head *chans, const char *buf,
Expand Down

0 comments on commit 4ab4b9b

Please sign in to comment.