sparc: drop use of extern for prototypes in arch/sparc/*
Drop the remaining uses of extern for prototypes in .h files in the sparc specific part of the kernel tree. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
f05a68653e
commit
2e74a74f27
@@ -21,7 +21,7 @@ extern unsigned int sparc64_highest_unlocked_tlb_ent;
|
||||
extern unsigned long sparc64_kern_pri_context;
|
||||
extern unsigned long sparc64_kern_pri_nuc_bits;
|
||||
extern unsigned long sparc64_kern_sec_context;
|
||||
extern void mmu_info(struct seq_file *m);
|
||||
void mmu_info(struct seq_file *m);
|
||||
|
||||
struct linux_prom_translation {
|
||||
unsigned long virt;
|
||||
@@ -36,7 +36,7 @@ extern unsigned int prom_trans_ents;
|
||||
/* Exported for SMP bootup purposes. */
|
||||
extern unsigned long kern_locked_tte_data;
|
||||
|
||||
extern void prom_world(int enter);
|
||||
void prom_world(int enter);
|
||||
|
||||
#ifdef CONFIG_SPARSEMEM_VMEMMAP
|
||||
#define VMEMMAP_CHUNK_SHIFT 22
|
||||
|
Reference in New Issue
Block a user