Commit ca6345de authored by Rich Felker's avatar Rich Felker

sh: remove spurious circular inclusion from asm/smp.h

Commit 0cd39f46 added inclusion of smp.h to lockdep.h,
creating a circular include dependency where arch/sh's asm/smp.h in
turn includes spinlock.h which depends on lockdep.h. Since our
asm/smp.h does not actually need spinlock.h, just remove it.

Fixes: 0cd39f46 ("locking/seqlock, headers: Untangle the spaghetti monster")
Tested-by: default avatarRob Landley <rob@landley.net>
Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent 856deb86
......@@ -8,7 +8,6 @@
#ifdef CONFIG_SMP
#include <linux/spinlock.h>
#include <linux/atomic.h>
#include <asm/current.h>
#include <asm/percpu.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment