X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=arch%2Fsparc%2Fprom%2Franges.c;h=0857aa9e839d2805e4cb26a25b554ee4d51b88f8;hb=f70f5b9dc74ca7d0a64c4ead3fb28da09dc1b234;hp=541fc829c2077aac8ec2751ecc2033556e79b782;hpb=8f08bfd4777a2953d18db756938d90a5b532eb1a;p=deliverable%2Flinux.git diff --git a/arch/sparc/prom/ranges.c b/arch/sparc/prom/ranges.c index 541fc829c207..0857aa9e839d 100644 --- a/arch/sparc/prom/ranges.c +++ b/arch/sparc/prom/ranges.c @@ -13,8 +13,8 @@ #include #include -struct linux_prom_ranges promlib_obio_ranges[PROMREG_MAX]; -int num_obio_ranges; +static struct linux_prom_ranges promlib_obio_ranges[PROMREG_MAX]; +static int num_obio_ranges; /* Adjust register values based upon the ranges parameters. */ static void @@ -35,7 +35,7 @@ prom_adjust_regs(struct linux_prom_registers *regp, int nregs, } } -void +static void prom_adjust_ranges(struct linux_prom_ranges *ranges1, int nranges1, struct linux_prom_ranges *ranges2, int nranges2) {