Fix a typo in scdrv_init() which was breaking the build for SGI sn2.

Signed-off-by: Jason Uhlenkott <[EMAIL PROTECTED]>

Index: linux/drivers/char/snsc.c
===================================================================
--- linux.orig/drivers/char/snsc.c      2005-03-25 16:53:13.426753917 -0800
+++ linux/drivers/char/snsc.c   2005-03-25 16:53:21.456116301 -0800
@@ -437,7 +437,7 @@
                                continue;
                        }
 
-                       class__device_create(snsc_class, dev, NULL,
+                       class_device_create(snsc_class, dev, NULL,
                                                "%s", devname);
 
                        ia64_sn_irtr_intr_enable(scd->scd_nasid,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to