summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/conf.h4
-rw-r--r--sys/sys/linedisc.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index a97d9ebff893..60dcdcc714bc 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)conf.h 8.5 (Berkeley) 1/9/95
- * $Id: conf.h,v 1.60 1999/06/25 07:49:01 grog Exp $
+ * $Id: conf.h,v 1.61 1999/07/04 14:58:56 phk Exp $
*/
#ifndef _SYS_CONF_H_
@@ -204,7 +204,7 @@ struct devsw_module_data {
#define DEV_MODULE(name, cmaj, bmaj, devsw, evh, arg) \
static struct devsw_module_data name##_devsw_mod = { \
- evh, arg, bmaj, cmaj, &devsw \
+ evh, arg, &devsw \
}; \
\
static moduledata_t name##_mod = { \
diff --git a/sys/sys/linedisc.h b/sys/sys/linedisc.h
index a97d9ebff893..60dcdcc714bc 100644
--- a/sys/sys/linedisc.h
+++ b/sys/sys/linedisc.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)conf.h 8.5 (Berkeley) 1/9/95
- * $Id: conf.h,v 1.60 1999/06/25 07:49:01 grog Exp $
+ * $Id: conf.h,v 1.61 1999/07/04 14:58:56 phk Exp $
*/
#ifndef _SYS_CONF_H_
@@ -204,7 +204,7 @@ struct devsw_module_data {
#define DEV_MODULE(name, cmaj, bmaj, devsw, evh, arg) \
static struct devsw_module_data name##_devsw_mod = { \
- evh, arg, bmaj, cmaj, &devsw \
+ evh, arg, &devsw \
}; \
\
static moduledata_t name##_mod = { \