Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83395
b: refs/heads/master
c: f74596d
h: refs/heads/master
i:
  83393: 11101d0
  83391: 12674d5
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 6, 2008
1 parent 1f3f28e commit 4122cd2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 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: 0b03cfb25fa944bc106e816146846dcb48b2e907
refs/heads/master: f74596d07957235ad9da5120029348b372224a27
1 change: 1 addition & 0 deletions trunk/arch/h8300/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/random.h>
#include <linux/bootmem.h>
#include <linux/irq.h>
#include <linux/interrupt.h>

#include <asm/system.h>
#include <asm/traps.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/proc/proc_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <linux/mm.h>
#include <linux/mmzone.h>
#include <linux/pagemap.h>
#include <linux/interrupt.h>
#include <linux/swap.h>
#include <linux/slab.h>
#include <linux/smp.h>
Expand Down Expand Up @@ -599,7 +600,6 @@ static void int_seq_stop(struct seq_file *f, void *v)
}


extern int show_interrupts(struct seq_file *f, void *v); /* In arch code */
static struct seq_operations int_seq_ops = {
.start = int_seq_start,
.next = int_seq_next,
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -444,4 +444,6 @@ static inline void init_irq_proc(void)
}
#endif

int show_interrupts(struct seq_file *p, void *v);

#endif

0 comments on commit 4122cd2

Please sign in to comment.