Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcdb714c authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
Acked-by: default avatarGreg Ungerer <gerg@uclinux.org>
Acked-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent d8b5fc01
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,6 @@
#include <linux/lockdep.h>
#include <linux/lockdep.h>
#include <linux/ftrace_irq.h>
#include <linux/ftrace_irq.h>
#include <asm/hardirq.h>
#include <asm/hardirq.h>
#include <asm/system.h>


/*
/*
 * We put the hardirq and softirq counter into the preemption
 * We put the hardirq and softirq counter into the preemption
+0 −1
Original line number Original line Diff line number Diff line
@@ -5,7 +5,6 @@
#include <linux/stddef.h>
#include <linux/stddef.h>
#include <linux/poison.h>
#include <linux/poison.h>
#include <linux/prefetch.h>
#include <linux/prefetch.h>
#include <asm/system.h>


/*
/*
 * Simple doubly linked list implementation.
 * Simple doubly linked list implementation.