Module Name:    src
Committed By:   haad
Date:           Sun Feb  6 14:29:25 UTC 2011

Modified Files:
        src/sys/dev/putter: putter.c

Log Message:
Revert my fix.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/putter/putter.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/putter/putter.c
diff -u src/sys/dev/putter/putter.c:1.30 src/sys/dev/putter/putter.c:1.31
--- src/sys/dev/putter/putter.c:1.30	Sun Feb  6 01:28:16 2011
+++ src/sys/dev/putter/putter.c	Sun Feb  6 14:29:25 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: putter.c,v 1.30 2011/02/06 01:28:16 haad Exp $	*/
+/*	$NetBSD: putter.c,v 1.31 2011/02/06 14:29:25 haad Exp $	*/
 
 /*
  * Copyright (c) 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: putter.c,v 1.30 2011/02/06 01:28:16 haad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: putter.c,v 1.31 2011/02/06 14:29:25 haad Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -644,7 +644,7 @@
 	return i;
 }
 
-MODULE(MODULE_CLASS_DRIVER, putter, "puffs");
+MODULE(MODULE_CLASS_DRIVER, putter, NULL);
 
 static int
 putter_modcmd(modcmd_t cmd, void *arg)

Reply via email to