Skip to content

Commit

Permalink
Drop a couple of unnecessary asm/system.h inclusions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Howells committed Oct 7, 2010
1 parent d8b5fc0 commit bcdb714
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/linux/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion include/linux/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bcdb714

Please sign in to comment.