diff options
author | David Howells <dhowells@redhat.com> | 2010-10-07 14:08:53 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2010-10-07 14:08:53 +0100 |
commit | bcdb714c8856c76383ca455294f0074168705eab (patch) | |
tree | 4b206179dea529a174917c5d93dfe2dc8f32ba54 /include/linux/hardirq.h | |
parent | d8b5fc01683c66060edc202d6bb5635365822181 (diff) | |
download | linux-3.10-bcdb714c8856c76383ca455294f0074168705eab.tar.gz linux-3.10-bcdb714c8856c76383ca455294f0074168705eab.tar.bz2 linux-3.10-bcdb714c8856c76383ca455294f0074168705eab.zip |
Drop a couple of unnecessary asm/system.h inclusions
Drop inclusions of asm/system.h from linux/hardirq.h and linux/list.h as
they're no longer required and prevent the M68K arch's IRQ flag handling macros
from being made into inlined functions due to circular dependencies.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'include/linux/hardirq.h')
-rw-r--r-- | include/linux/hardirq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hardirq.h b/include/linux/hardirq.h index d5b387669da..7dfdc06c7e1 100644 --- a/include/linux/hardirq.h +++ b/include/linux/hardirq.h @@ -8,7 +8,6 @@ #include <linux/lockdep.h> #include <linux/ftrace_irq.h> #include <asm/hardirq.h> -#include <asm/system.h> /* * We put the hardirq and softirq counter into the preemption |