Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47443
b: refs/heads/master
c: 894be2a
h: refs/heads/master
i:
  47441: a322e5b
  47439: 4304d73
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Feb 11, 2007
1 parent 4dc0f9c commit c6afa2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: f28169d2000177e8b72ccc6d72887be779dceca8
refs/heads/master: 894be2a485b75bce9a4d45d3e431aafd4c89f1ea
2 changes: 0 additions & 2 deletions trunk/arch/um/drivers/stdio_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

#define MAX_TTYS (16)

/* ----------------------------------------------------------------------------- */

/* Referenced only by tty_driver below - presumably it's locked correctly
* by the tty driver.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/include/mconsole_kern.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct mc_device {
char *name;
int (*config)(char *, char **);
int (*get_config)(char *, char *, int, char **);
int (*id)(char **, int *, int *);
int (*id)(char **, int *, int *);
int (*remove)(int, char **);
};

Expand Down

0 comments on commit c6afa2c

Please sign in to comment.