Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338445
b: refs/heads/master
c: 2520e27
h: refs/heads/master
i:
  338443: 5ac021c
v: v3
  • Loading branch information
Josh Triplett authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent c8ca2fc commit e53a3d3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a5e04b760a033c5247478dbc957970cd9d968fc6
refs/heads/master: 2520e2745cf35c8fd01476dd01eacfc813649f7a
4 changes: 2 additions & 2 deletions trunk/drivers/tty/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void tty_free_file(struct file *file)
}

/* Delete file from its tty */
void tty_del_file(struct file *file)
static void tty_del_file(struct file *file)
{
struct tty_file_private *priv = file->private_data;

Expand Down Expand Up @@ -554,7 +554,7 @@ EXPORT_SYMBOL_GPL(tty_wakeup);
* tasklist_lock to walk task list for hangup event
* ->siglock to protect ->signal/->sighand
*/
void __tty_hangup(struct tty_struct *tty)
static void __tty_hangup(struct tty_struct *tty)
{
struct file *cons_filp = NULL;
struct file *filp, *f = NULL;
Expand Down

0 comments on commit e53a3d3

Please sign in to comment.