From 8aedc259f858ed4de83b950f5f8880bd3481a694 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 19 Apr 2002 02:10:17 +0000 Subject: [PATCH] Don't cdev_decl(pms). --- sys/arch/x86_64/include/conf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/x86_64/include/conf.h b/sys/arch/x86_64/include/conf.h index 6def35d28287..fcb1510d74be 100644 --- a/sys/arch/x86_64/include/conf.h +++ b/sys/arch/x86_64/include/conf.h @@ -1,4 +1,4 @@ -/* $NetBSD: conf.h,v 1.2 2002/02/27 01:19:08 christos Exp $ */ +/* $NetBSD: conf.h,v 1.3 2002/04/19 02:10:17 wiz Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -47,6 +47,4 @@ cdev_decl(mms); cdev_decl(lms); -cdev_decl(pms); - cdev_decl(joy);