forked from luck/tmp_suning_uos_patched
sparc: remove unused includes
The spinlock code does not use NR_CPUS. Compile tested using allyesconfig and allnoconfig. Signed-off-by: Bjoern B. Brandenburg <bbb@cs.unc.edu> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
833be4e1f0
commit
4944f7e5c9
@ -6,8 +6,6 @@
|
||||
#ifndef __SPARC_SPINLOCK_H
|
||||
#define __SPARC_SPINLOCK_H
|
||||
|
||||
#include <linux/threads.h> /* For NR_CPUS */
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
#include <asm/psr.h>
|
||||
|
@ -6,8 +6,6 @@
|
||||
#ifndef __SPARC64_SPINLOCK_H
|
||||
#define __SPARC64_SPINLOCK_H
|
||||
|
||||
#include <linux/threads.h> /* For NR_CPUS */
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
/* To get debugging spinlocks which detect and catch
|
||||
|
Loading…
Reference in New Issue
Block a user