diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2002-05-26 22:01:52 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-05-26 22:01:52 -0700 |
| commit | 793c1151d5c0d19701efe26cb325c8633acbc852 (patch) | |
| tree | a2e46942bd4bc6854f0930090327331830929994 /include | |
| parent | a5e3ce108e4f6485592b4709a6448c7234b3370a (diff) | |
[PATCH] irq.h comment fix
Tim Schmielau <tim@physik3.uni-rostock.de>: trivial irq.h comment fix:
Now THIS is a trivial patch: (though admittedly quite useless;-)
include/linux/irq.h starts with
#ifndef __irq_h
but ends with a comment
#endif /* __asm_h */
Tim
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index ddc03d638675..2791f0edbf57 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -76,4 +76,4 @@ extern void no_action(int cpl, void *dev_id, struct pt_regs *regs); #endif -#endif /* __asm_h */ +#endif /* __irq_h */ |
