diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-01-08 19:58:20 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-08 19:58:20 -0500 |
commit | 917c3660d6d9a4b073a3db7c10f6989adae4e191 (patch) | |
tree | 3cf8a7f80852fb637b7affefad1c046d272a5043 /arch/sparc/kernel/sparc_ksyms_64.c | |
parent | 6943f3da3e64edd95ee2d33abc0a642357746ba6 (diff) |
sparc64: move EXPORT_SYMBOL to the symbols definition
Move all applicable EXPORT_SYMBOL()s to the file where the respective
symbol is defined.
Removed all the includes that are no longer needed in sparc_ksyms_64.c
Comment all remaining EXPORT_SYMBOL()s in sparc_ksyms_64.c
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Additions by Julian Calaby:
* Moved EXPORT_SYMBOL()s for prom functions to their rightful places.
* Made some minor cleanups to the includes and comments of sparc_ksyms_64.c
* Updated and tidied commit message.
* Rebased patch over sparc-2.6.git HEAD.
* Ensured that all modified files have the correct includes.
Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/sparc_ksyms_64.c')
-rw-r--r-- | arch/sparc/kernel/sparc_ksyms_64.c | 136 |
1 files changed, 12 insertions, 124 deletions
diff --git a/arch/sparc/kernel/sparc_ksyms_64.c b/arch/sparc/kernel/sparc_ksyms_64.c index 62b5a91cd6b9..e92ad122382f 100644 --- a/arch/sparc/kernel/sparc_ksyms_64.c +++ b/arch/sparc/kernel/sparc_ksyms_64.c | |||
@@ -8,43 +8,15 @@ | |||
8 | #define PROMLIB_INTERNAL | 8 | #define PROMLIB_INTERNAL |
9 | 9 | ||
10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
11 | #include <linux/types.h> | ||
12 | #include <linux/sched.h> | ||
13 | #include <linux/in6.h> | ||
14 | #include <linux/pci.h> | 11 | #include <linux/pci.h> |
15 | #include <linux/interrupt.h> | ||
16 | #include <linux/fs_struct.h> | ||
17 | #include <linux/fs.h> | ||
18 | #include <linux/mm.h> | ||
19 | #include <linux/socket.h> | ||
20 | #include <linux/syscalls.h> | ||
21 | #include <linux/percpu.h> | ||
22 | #include <linux/init.h> | 12 | #include <linux/init.h> |
23 | #include <linux/rwsem.h> | ||
24 | #include <net/compat.h> | ||
25 | 13 | ||
26 | #include <asm/oplib.h> | 14 | #include <asm/spinlock.h> |
27 | #include <asm/system.h> | 15 | #include <asm/system.h> |
28 | #include <asm/auxio.h> | ||
29 | #include <asm/pgtable.h> | ||
30 | #include <asm/io.h> | ||
31 | #include <asm/irq.h> | ||
32 | #include <asm/elf.h> | ||
33 | #include <asm/head.h> | ||
34 | #include <asm/smp.h> | ||
35 | #include <asm/ptrace.h> | ||
36 | #include <asm/uaccess.h> | ||
37 | #include <asm/checksum.h> | ||
38 | #include <asm/fpumacro.h> | ||
39 | #include <asm/pgalloc.h> | ||
40 | #include <asm/cacheflush.h> | ||
41 | #ifdef CONFIG_SBUS | ||
42 | #include <asm/dma.h> | ||
43 | #endif | ||
44 | #include <asm/ns87303.h> | ||
45 | #include <asm/timer.h> | ||
46 | #include <asm/cpudata.h> | 16 | #include <asm/cpudata.h> |
47 | #include <asm/ftrace.h> | 17 | #include <asm/uaccess.h> |
18 | #include <asm/spitfire.h> | ||
19 | #include <asm/oplib.h> | ||
48 | #include <asm/hypervisor.h> | 20 | #include <asm/hypervisor.h> |
49 | 21 | ||
50 | struct poll { | 22 | struct poll { |
@@ -53,19 +25,6 @@ struct poll { | |||
53 | short revents; | 25 | short revents; |
54 | }; | 26 | }; |
55 | 27 | ||
56 | extern void die_if_kernel(char *str, struct pt_regs *regs); | ||
57 | extern pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | ||
58 | extern void sys_sigsuspend(void); | ||
59 | extern int compat_sys_ioctl(unsigned int fd, unsigned int cmd, u32 arg); | ||
60 | extern int (*handle_mathemu)(struct pt_regs *, struct fpustate *); | ||
61 | extern long sparc32_open(const char __user * filename, int flags, int mode); | ||
62 | extern int io_remap_pfn_range(struct vm_area_struct *vma, unsigned long from, | ||
63 | unsigned long pfn, unsigned long size, pgprot_t prot); | ||
64 | |||
65 | extern int __ashrdi3(int, int); | ||
66 | |||
67 | extern int dump_fpu (struct pt_regs * regs, elf_fpregset_t * fpregs); | ||
68 | |||
69 | /* used by various drivers */ | 28 | /* used by various drivers */ |
70 | #ifdef CONFIG_SMP | 29 | #ifdef CONFIG_SMP |
71 | /* Out of line rw-locking implementation. */ | 30 | /* Out of line rw-locking implementation. */ |
@@ -76,37 +35,24 @@ EXPORT_SYMBOL(__write_unlock); | |||
76 | EXPORT_SYMBOL(__write_trylock); | 35 | EXPORT_SYMBOL(__write_trylock); |
77 | #endif /* CONFIG_SMP */ | 36 | #endif /* CONFIG_SMP */ |
78 | 37 | ||
79 | EXPORT_SYMBOL(sparc64_get_clock_tick); | 38 | /* from helpers.S */ |
80 | |||
81 | EXPORT_SYMBOL(__flushw_user); | 39 | EXPORT_SYMBOL(__flushw_user); |
40 | EXPORT_SYMBOL_GPL(real_hard_smp_processor_id); | ||
82 | 41 | ||
42 | /* from head_64.S */ | ||
43 | EXPORT_SYMBOL(__ret_efault); | ||
83 | EXPORT_SYMBOL(tlb_type); | 44 | EXPORT_SYMBOL(tlb_type); |
84 | EXPORT_SYMBOL(sun4v_chip_type); | 45 | EXPORT_SYMBOL(sun4v_chip_type); |
85 | EXPORT_SYMBOL(get_fb_unmapped_area); | 46 | EXPORT_SYMBOL(prom_root_node); |
86 | EXPORT_SYMBOL(flush_icache_range); | ||
87 | |||
88 | EXPORT_SYMBOL(flush_dcache_page); | ||
89 | #ifdef DCACHE_ALIASING_POSSIBLE | ||
90 | EXPORT_SYMBOL(__flush_dcache_range); | ||
91 | #endif | ||
92 | 47 | ||
48 | /* from hvcalls.S */ | ||
93 | EXPORT_SYMBOL(sun4v_niagara_getperf); | 49 | EXPORT_SYMBOL(sun4v_niagara_getperf); |
94 | EXPORT_SYMBOL(sun4v_niagara_setperf); | 50 | EXPORT_SYMBOL(sun4v_niagara_setperf); |
95 | EXPORT_SYMBOL(sun4v_niagara2_getperf); | 51 | EXPORT_SYMBOL(sun4v_niagara2_getperf); |
96 | EXPORT_SYMBOL(sun4v_niagara2_setperf); | 52 | EXPORT_SYMBOL(sun4v_niagara2_setperf); |
97 | 53 | ||
98 | EXPORT_SYMBOL(auxio_set_led); | ||
99 | EXPORT_SYMBOL(auxio_set_lte); | ||
100 | #ifdef CONFIG_SBUS | ||
101 | EXPORT_SYMBOL(sbus_set_sbus64); | ||
102 | #endif | ||
103 | EXPORT_SYMBOL(outsb); | ||
104 | EXPORT_SYMBOL(outsw); | ||
105 | EXPORT_SYMBOL(outsl); | ||
106 | EXPORT_SYMBOL(insb); | ||
107 | EXPORT_SYMBOL(insw); | ||
108 | EXPORT_SYMBOL(insl); | ||
109 | #ifdef CONFIG_PCI | 54 | #ifdef CONFIG_PCI |
55 | /* inline functions in asm/pci_64.h */ | ||
110 | EXPORT_SYMBOL(pci_alloc_consistent); | 56 | EXPORT_SYMBOL(pci_alloc_consistent); |
111 | EXPORT_SYMBOL(pci_free_consistent); | 57 | EXPORT_SYMBOL(pci_free_consistent); |
112 | EXPORT_SYMBOL(pci_map_single); | 58 | EXPORT_SYMBOL(pci_map_single); |
@@ -115,65 +61,7 @@ EXPORT_SYMBOL(pci_map_sg); | |||
115 | EXPORT_SYMBOL(pci_unmap_sg); | 61 | EXPORT_SYMBOL(pci_unmap_sg); |
116 | EXPORT_SYMBOL(pci_dma_sync_single_for_cpu); | 62 | EXPORT_SYMBOL(pci_dma_sync_single_for_cpu); |
117 | EXPORT_SYMBOL(pci_dma_sync_sg_for_cpu); | 63 | EXPORT_SYMBOL(pci_dma_sync_sg_for_cpu); |
118 | EXPORT_SYMBOL(pci_dma_supported); | ||
119 | #endif | 64 | #endif |
120 | 65 | ||
121 | /* I/O device mmaping on Sparc64. */ | 66 | /* Exporting a symbol from /init/main.c */ |
122 | EXPORT_SYMBOL(io_remap_pfn_range); | ||
123 | |||
124 | EXPORT_SYMBOL(dump_fpu); | ||
125 | |||
126 | /* math-emu wants this */ | ||
127 | EXPORT_SYMBOL(die_if_kernel); | ||
128 | |||
129 | /* Kernel thread creation. */ | ||
130 | EXPORT_SYMBOL(kernel_thread); | ||
131 | |||
132 | /* prom symbols */ | ||
133 | EXPORT_SYMBOL(prom_root_node); | ||
134 | EXPORT_SYMBOL(prom_getchild); | ||
135 | EXPORT_SYMBOL(prom_getsibling); | ||
136 | EXPORT_SYMBOL(prom_searchsiblings); | ||
137 | EXPORT_SYMBOL(prom_firstprop); | ||
138 | EXPORT_SYMBOL(prom_nextprop); | ||
139 | EXPORT_SYMBOL(prom_getproplen); | ||
140 | EXPORT_SYMBOL(prom_getproperty); | ||
141 | EXPORT_SYMBOL(prom_node_has_property); | ||
142 | EXPORT_SYMBOL(prom_setprop); | ||
143 | EXPORT_SYMBOL(saved_command_line); | 67 | EXPORT_SYMBOL(saved_command_line); |
144 | EXPORT_SYMBOL(prom_finddevice); | ||
145 | EXPORT_SYMBOL(prom_feval); | ||
146 | EXPORT_SYMBOL(prom_getbool); | ||
147 | EXPORT_SYMBOL(prom_getstring); | ||
148 | EXPORT_SYMBOL(prom_getint); | ||
149 | EXPORT_SYMBOL(prom_getintdefault); | ||
150 | EXPORT_SYMBOL(__prom_getchild); | ||
151 | EXPORT_SYMBOL(__prom_getsibling); | ||
152 | |||
153 | /* Moving data to/from/in userspace. */ | ||
154 | EXPORT_SYMBOL(copy_to_user_fixup); | ||
155 | EXPORT_SYMBOL(copy_from_user_fixup); | ||
156 | EXPORT_SYMBOL(copy_in_user_fixup); | ||
157 | |||
158 | /* Various address conversion macros use this. */ | ||
159 | EXPORT_SYMBOL(sparc64_valid_addr_bitmap); | ||
160 | |||
161 | /* No version information on this, heavily used in inline asm, | ||
162 | * and will always be 'void __ret_efault(void)'. | ||
163 | */ | ||
164 | EXPORT_SYMBOL(__ret_efault); | ||
165 | |||
166 | /* for input/keybdev */ | ||
167 | EXPORT_SYMBOL(sun_do_break); | ||
168 | EXPORT_SYMBOL(stop_a_enabled); | ||
169 | |||
170 | #ifdef CONFIG_DEBUG_BUGVERBOSE | ||
171 | EXPORT_SYMBOL(do_BUG); | ||
172 | #endif | ||
173 | |||
174 | /* for ns8703 */ | ||
175 | EXPORT_SYMBOL(ns87303_lock); | ||
176 | |||
177 | EXPORT_SYMBOL(tick_ops); | ||
178 | |||
179 | EXPORT_SYMBOL_GPL(real_hard_smp_processor_id); | ||