Skip to content

Commit

Permalink
[PATCH] x86: hw_irq.h warning fix
Browse files Browse the repository at this point in the history
include/asm/hw_irq.h:70: warning: `struct hw_interrupt_type' declared inside parameter list
include/asm/hw_irq.h:70: warning: its scope is only this definition or declaration, which is probably not what you want

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Sep 30, 2005
1 parent 353fb07 commit d96c4e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-i386/hw_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include <asm/irq.h>
#include <asm/sections.h>

struct hw_interrupt_type;

/*
* Various low-level irq details needed by irq.c, process.c,
* time.c, io_apic.c and smp.c
Expand Down

0 comments on commit d96c4e7

Please sign in to comment.