X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fparisc%2Fwax.c;h=da9d5ad1353cb64056eb4f2c20190030d803fdbd;hb=0cacaf51a0b3092fc84e5c8d483721baee67b60f;hp=813c2c24ab1ef8a1273becb3dbfd2ecabcadaebf;hpb=581249966ffeb0463bad1b0e087e1bb29ed53707;p=~andy%2Flinux diff --git a/drivers/parisc/wax.c b/drivers/parisc/wax.c index 813c2c24ab1..da9d5ad1353 100644 --- a/drivers/parisc/wax.c +++ b/drivers/parisc/wax.c @@ -68,8 +68,7 @@ wax_init_irq(struct gsc_asic *wax) // gsc_writel(0xFFFFFFFF, base+0x2000); /* RS232-B on Wax */ } -int __init -wax_init_chip(struct parisc_device *dev) +static int __init wax_init_chip(struct parisc_device *dev) { struct gsc_asic *wax; struct parisc_device *parent; @@ -93,7 +92,7 @@ wax_init_chip(struct parisc_device *dev) dev->irq = gsc_claim_irq(&gsc_irq, WAX_GSC_IRQ); if (dev->irq < 0) { printk(KERN_ERR "%s(): cannot get GSC irq\n", - __FUNCTION__); + __func__); kfree(wax); return -EBUSY; }