[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>
This commit is contained in:
committed by
David S. Miller
parent
3e4d26508a
commit
ee5ac9ddf2
@ -25,7 +25,7 @@
|
||||
struct linux_ebus *ebus_chain = NULL;
|
||||
|
||||
/* We are together with pcic.c under CONFIG_PCI. */
|
||||
extern unsigned int pcic_pin_to_irq(unsigned int, char *name);
|
||||
extern unsigned int pcic_pin_to_irq(unsigned int, const char *name);
|
||||
|
||||
/*
|
||||
* IRQ Blacklist
|
||||
@ -69,7 +69,7 @@ static inline unsigned long ebus_alloc(size_t size)
|
||||
|
||||
/*
|
||||
*/
|
||||
int __init ebus_blacklist_irq(char *name)
|
||||
int __init ebus_blacklist_irq(const char *name)
|
||||
{
|
||||
struct ebus_device_irq *dp;
|
||||
|
||||
|
Reference in New Issue
Block a user