Skip to content

Commit

Permalink
[PATCH] v850: Add missing include in hardirq.h
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Bader <miles@gnu.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Miles Bader authored and Linus Torvalds committed Nov 15, 2005
1 parent 228322f commit f4eeb0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-v850/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <linux/threads.h>
#include <linux/cache.h>

#include <asm/irq.h>

typedef struct {
unsigned int __softirq_pending;
} ____cacheline_aligned irq_cpustat_t;
Expand Down

0 comments on commit f4eeb0a

Please sign in to comment.