Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 08/22/2001 15:44:11
Module Name:	syssrc
Committed By:	simonb
Date:		Wed Aug 22 12:44:11 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: com.c comvar.h

Log Message:
Cosmetic cleanups:
  - cominit() is local to com.c, remove prototype from comvar.h.
  - Don't prototype comstop(), cdev_decl(com) does this.
  - Don't use a block device switch table declaration(!).
  - No need to include "com.h".


To generate a diff of this commit:
cvs rdiff -r1.186 -r1.187 syssrc/sys/dev/ic/com.c
cvs rdiff -r1.40 -r1.41 syssrc/sys/dev/ic/comvar.h

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