Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Remove unneeded cdev_decl(pms).



details:   https://anonhg.NetBSD.org/src/rev/2f72a406bd42
branches:  trunk
changeset: 525875:2f72a406bd42
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 19 02:15:59 2002 +0000

description:
Remove unneeded cdev_decl(pms).

diffstat:

 sys/arch/prep/include/conf.h        |  6 +-----
 sys/arch/sandpoint/include/conf.h   |  6 +-----
 sys/arch/sandpoint/sandpoint/conf.c |  6 ++----
 3 files changed, 4 insertions(+), 14 deletions(-)

diffs (70 lines):

diff -r 001cc76aecf3 -r 2f72a406bd42 sys/arch/prep/include/conf.h
--- a/sys/arch/prep/include/conf.h      Fri Apr 19 02:12:00 2002 +0000
+++ b/sys/arch/prep/include/conf.h      Fri Apr 19 02:15:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.3 2002/02/27 01:19:07 christos Exp $        */
+/*     $NetBSD: conf.h,v 1.4 2002/04/19 02:15:59 wiz Exp $     */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,8 +38,6 @@
 
 #include <sys/conf.h>
 
-cdev_decl(pms);
-
 bdev_decl(fd);
 cdev_decl(fd);
 
@@ -49,6 +47,4 @@
 
 cdev_decl(lms);
 
-cdev_decl(pms);
-
 cdev_decl(joy);
diff -r 001cc76aecf3 -r 2f72a406bd42 sys/arch/sandpoint/include/conf.h
--- a/sys/arch/sandpoint/include/conf.h Fri Apr 19 02:12:00 2002 +0000
+++ b/sys/arch/sandpoint/include/conf.h Fri Apr 19 02:15:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.3 2002/02/27 01:19:07 christos Exp $        */
+/*     $NetBSD: conf.h,v 1.4 2002/04/19 02:16:00 wiz Exp $     */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,8 +38,6 @@
 
 #include <sys/conf.h>
 
-cdev_decl(pms);
-
 bdev_decl(fd);
 cdev_decl(fd);
 
@@ -49,6 +47,4 @@
 
 cdev_decl(lms);
 
-cdev_decl(pms);
-
 cdev_decl(joy);
diff -r 001cc76aecf3 -r 2f72a406bd42 sys/arch/sandpoint/sandpoint/conf.c
--- a/sys/arch/sandpoint/sandpoint/conf.c       Fri Apr 19 02:12:00 2002 +0000
+++ b/sys/arch/sandpoint/sandpoint/conf.c       Fri Apr 19 02:15:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.7 2002/03/16 16:55:57 martin Exp $  */
+/*     $NetBSD: conf.c,v 1.8 2002/04/19 02:16:00 wiz Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -149,9 +149,7 @@
 /* #include "mms.h"
 cdev_decl(mms);
 #include "lms.h"
-cdev_decl(lms);
-#include "pms.h"
-cdev_decl(pms); */
+cdev_decl(lms); */
 #include "cy.h"
 cdev_decl(cy);
 cdev_decl(mcd);



Home | Main Index | Thread Index | Old Index