Commit bcdb714c8856c76383ca455294f0074168705eab

Authored by David Howells
1 parent d8b5fc0168

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>

Showing 2 changed files with 0 additions and 2 deletions Side-by-side Diff

include/linux/hardirq.h
... ... @@ -8,7 +8,6 @@
8 8 #include <linux/lockdep.h>
9 9 #include <linux/ftrace_irq.h>
10 10 #include <asm/hardirq.h>
11   -#include <asm/system.h>
12 11  
13 12 /*
14 13 * We put the hardirq and softirq counter into the preemption
include/linux/list.h
... ... @@ -5,7 +5,6 @@
5 5 #include <linux/stddef.h>
6 6 #include <linux/poison.h>
7 7 #include <linux/prefetch.h>
8   -#include <asm/system.h>
9 8  
10 9 /*
11 10 * Simple doubly linked list implementation.