Remove redundant cdev_decl(cpu).

This commit is contained in:
bjh21 2001-03-04 14:14:23 +00:00
parent f1a8e2ab5f
commit 0bf382d920

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.h,v 1.2 2001/03/03 18:04:35 bjh21 Exp $ */
/* $NetBSD: conf.h,v 1.3 2001/03/04 14:14:23 bjh21 Exp $ */
/*
* Copyright (c) 1997 Mark Brinicombe.
@ -81,7 +81,6 @@ cdev_decl(physcon);
cdev_decl(com);
cdev_decl(lpt);
cdev_decl(pms);
cdev_decl(cpu);
cdev_decl(prof);
cdev_decl(usb);
cdev_decl(uhid);