commit | ca6345de57a46ba1bd35bd15b0ceb42e05b3d71f | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@libc.org> | Wed Sep 02 13:40:17 2020 -0400 |
committer | Rich Felker <dalias@libc.org> | Sun Sep 13 21:11:40 2020 -0400 |
tree | e450c78931cf54863f13bc90096f81d2454233a2 | |
parent | 856deb866d16e29bd65952e0289066f6078af773 [diff] |
sh: remove spurious circular inclusion from asm/smp.h Commit 0cd39f4600ed4de8 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: 0cd39f4600ed4de8 ("locking/seqlock, headers: Untangle the spaghetti monster") Tested-by: Rob Landley <rob@landley.net> Signed-off-by: Rich Felker <dalias@libc.org>