diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-15 19:53:42 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-15 19:53:42 -0500 |
| commit | a9f8d25b655c7b5e08c9ed67a2fd2fdbe79404a6 (patch) | |
| tree | f830b5218064a4902fe5650173c015bf3f1685eb | |
| parent | 3feeba1e53f54f726a39da254a5c41e02530255e (diff) | |
| parent | 7a6046ebe28d6a5d259097dcb44162e5a6eca88e (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
sparc64: Fix UP build failure.
| -rw-r--r-- | arch/sparc/kernel/sparc_ksyms_64.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/sparc/kernel/sparc_ksyms_64.c b/arch/sparc/kernel/sparc_ksyms_64.c index da8f804feb49..0f26066a08d9 100644 --- a/arch/sparc/kernel/sparc_ksyms_64.c +++ b/arch/sparc/kernel/sparc_ksyms_64.c | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | #include <linux/pci.h> | 9 | #include <linux/pci.h> |
| 10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
| 11 | 11 | ||
| 12 | #include <asm/spinlock.h> | ||
| 13 | #include <asm/system.h> | 12 | #include <asm/system.h> |
| 14 | #include <asm/cpudata.h> | 13 | #include <asm/cpudata.h> |
| 15 | #include <asm/uaccess.h> | 14 | #include <asm/uaccess.h> |
| @@ -23,16 +22,6 @@ struct poll { | |||
| 23 | short revents; | 22 | short revents; |
| 24 | }; | 23 | }; |
| 25 | 24 | ||
| 26 | /* used by various drivers */ | ||
| 27 | #ifdef CONFIG_SMP | ||
| 28 | /* Out of line rw-locking implementation. */ | ||
| 29 | EXPORT_SYMBOL(__read_lock); | ||
| 30 | EXPORT_SYMBOL(__read_unlock); | ||
| 31 | EXPORT_SYMBOL(__write_lock); | ||
| 32 | EXPORT_SYMBOL(__write_unlock); | ||
| 33 | EXPORT_SYMBOL(__write_trylock); | ||
| 34 | #endif /* CONFIG_SMP */ | ||
| 35 | |||
| 36 | /* from helpers.S */ | 25 | /* from helpers.S */ |
| 37 | EXPORT_SYMBOL(__flushw_user); | 26 | EXPORT_SYMBOL(__flushw_user); |
| 38 | EXPORT_SYMBOL_GPL(real_hard_smp_processor_id); | 27 | EXPORT_SYMBOL_GPL(real_hard_smp_processor_id); |
