Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54406
b: refs/heads/master
c: 23abc9e
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 7, 2007
1 parent aafebd5 commit 2bf0fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a5b518f222449e707e553573f937faf6e57f03d
refs/heads/master: 23abc9ec6a4fbcb3da5475f9f4c25415c466de08
6 changes: 3 additions & 3 deletions trunk/arch/sparc64/kernel/central.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void apply_central_ranges(struct linux_central *central,
central->num_central_ranges);
}

void * __init central_alloc_bootmem(unsigned long size)
static void * __init central_alloc_bootmem(unsigned long size)
{
void *ret;

Expand All @@ -116,7 +116,7 @@ static unsigned long prom_reg_to_paddr(struct linux_prom_registers *r)
return ret | (unsigned long) r->phys_addr;
}

static void probe_other_fhcs(void)
static void __init probe_other_fhcs(void)
{
struct device_node *dp;
const struct linux_prom64_registers *fpregs;
Expand Down Expand Up @@ -298,7 +298,7 @@ static void init_all_fhc_hw(void)

}

void central_probe(void)
void __init central_probe(void)
{
struct linux_prom_registers fpregs[6];
const struct linux_prom_registers *pr;
Expand Down

0 comments on commit 2bf0fd6

Please sign in to comment.