Skip to content

Commit bcdb714

Browse files
committed
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 <[email protected]> Acked-by: Greg Ungerer <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]>
1 parent d8b5fc0 commit bcdb714

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

include/linux/hardirq.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <linux/lockdep.h>
99
#include <linux/ftrace_irq.h>
1010
#include <asm/hardirq.h>
11-
#include <asm/system.h>
1211

1312
/*
1413
* We put the hardirq and softirq counter into the preemption

include/linux/list.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <linux/stddef.h>
66
#include <linux/poison.h>
77
#include <linux/prefetch.h>
8-
#include <asm/system.h>
98

109
/*
1110
* Simple doubly linked list implementation.

0 commit comments

Comments
 (0)