summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/pcic.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2007-04-26 00:03:53 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-26 01:55:45 -0700
commitee5ac9ddf2ea13be2418ac7d0ce5a930e78af013 (patch)
treece240dc037cf29bdcc751065977c6e04e2b804fd /arch/sparc/kernel/pcic.c
parent3e4d26508af6d03034a97583c895f33bef671d06 (diff)
downloadop-kernel-dev-ee5ac9ddf2ea13be2418ac7d0ce5a930e78af013.zip
op-kernel-dev-ee5ac9ddf2ea13be2418ac7d0ce5a930e78af013.tar.gz
[SPARC]: device_node name constification fallout
A couple of routines need their arguments to be const. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/pcic.c')
-rw-r--r--arch/sparc/kernel/pcic.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sparc/kernel/pcic.c b/arch/sparc/kernel/pcic.c
index 1c927c5..5ca7e8f 100644
--- a/arch/sparc/kernel/pcic.c
+++ b/arch/sparc/kernel/pcic.c
@@ -37,8 +37,6 @@
#include <asm/irq_regs.h>
-unsigned int pcic_pin_to_irq(unsigned int pin, char *name);
-
/*
* I studied different documents and many live PROMs both from 2.30
* family and 3.xx versions. I came to the amazing conclusion: there is
@@ -681,7 +679,7 @@ void __devinit pcibios_fixup_bus(struct pci_bus *bus)
* pcic_pin_to_irq() is exported to ebus.c.
*/
unsigned int
-pcic_pin_to_irq(unsigned int pin, char *name)
+pcic_pin_to_irq(unsigned int pin, const char *name)
{
struct linux_pcic *pcic = &pcic0;
unsigned int irq;
OpenPOWER on IntegriCloud