]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Drop a couple of unnecessary asm/system.h inclusions
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:53 +0000 (14:08 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 7 Oct 2010 13:08:53 +0000 (14:08 +0100)
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>
include/linux/hardirq.h
include/linux/list.h

index d5b387669dab1f044406826847fdfa7646ab829d..7dfdc06c7e187a75e2bb3e05508a9dd33581c79d 100644 (file)
@@ -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
index d167b5d7c0ac0844d9b42fab6a16d486793878c5..88a000617d775fb74333a5f54aceac8460cb5008 100644 (file)
@@ -5,7 +5,6 @@
 #include <linux/stddef.h>
 #include <linux/poison.h>
 #include <linux/prefetch.h>
-#include <asm/system.h>
 
 /*
  * Simple doubly linked list implementation.