Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16928
b: refs/heads/master
c: 97a41e2
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 9, 2006
1 parent f2b74e9 commit 604b514
Show file tree
Hide file tree
Showing 5 changed files with 6 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: b7b4d7a4666454b40b45a853bd1d296af37a85f0
refs/heads/master: 97a41e26124330e41aa10ef88cd1711bc3d17460
2 changes: 1 addition & 1 deletion trunk/kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static int audit_set_failure(int state, uid_t loginuid)
return old;
}

int kauditd_thread(void *dummy)
static int kauditd_thread(void *dummy)
{
struct sk_buff *skb;

Expand Down
2 changes: 2 additions & 0 deletions trunk/kernel/irq/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <linux/proc_fs.h>
#include <linux/interrupt.h>

#include "internals.h"

static struct proc_dir_entry *root_irq_dir, *irq_dir[NR_IRQS];

#ifdef CONFIG_SMP
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/rcutorture.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ atomic_t n_rcu_torture_error;
/*
* Allocate an element from the rcu_tortures pool.
*/
struct rcu_torture *
static struct rcu_torture *
rcu_torture_alloc(void)
{
struct list_head *p;
Expand Down
1 change: 1 addition & 0 deletions trunk/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <linux/posix-timers.h>
#include <linux/cpu.h>
#include <linux/syscalls.h>
#include <linux/delay.h>

#include <asm/uaccess.h>
#include <asm/unistd.h>
Expand Down

0 comments on commit 604b514

Please sign in to comment.