dect
/
linux-2.6
Archived
13
0
Fork 0

cris build fixes: hardirq.h: include asm/irq.h

Include asm/irq.h to avoid undefined value warning.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Acked-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jesper Nilsson 2007-11-14 17:00:49 -08:00 committed by Linus Torvalds
parent 0c3537ffca
commit 80bf7a5be0
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef __ASM_HARDIRQ_H
#define __ASM_HARDIRQ_H
#include <asm/irq.h>
#include <linux/threads.h>
#include <linux/cache.h>