[parisc-linux-cvs] small changes to printk() and __devinitdata
Helge Deller
deller@gmx.de
Tue, 28 Aug 2001 09:10:33 +0200
Index: hp_psaux.c
===================================================================
RCS file: /home/cvs/parisc/linux/drivers/char/hp_psaux.c,v
retrieving revision 1.12
diff -u -r1.12 hp_psaux.c
--- hp_psaux.c 2001/08/14 16:54:53 1.12
+++ hp_psaux.c 2001/08/28 07:06:09
@@ -527,14 +527,14 @@
#endif
} /* of case */
- printk(KERN_INFO "PS/2 %s controller at 0x%08lx (irq %d) found, "
+ printk(KERN_INFO "PS/2 %s port at 0x%08lx (irq %d) found, "
"%sdevice attached.\n",
name, hpa, irq, device_found ? "":"no ");
return 0;
}
-static struct parisc_device_id lasi_psaux_tbl[] __devinitdata = {
+static struct parisc_device_id lasi_psaux_tbl[] = {
{ HPHW_FIO, HVERSION_REV_ANY_ID, HVERSION_ANY_ID, 0x00084 },
{ 0, } /* 0 terminated list */
};