Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 01/12/2005 15:54:34
Module Name:	src
Committed By:	kent
Date:		Wed Jan 12 15:54:34 UTC 2005

Modified Files:
	src/sys/dev/pci: auixp.c auixpvar.h

Log Message:
remove empty auixp_open() and auixp_close().  They are optional.

style fixes
* Don't associate a name with the types
* The function type must be declared on a line by itself
  preceding the function.
* DO NOT initialize variables in the declarations.
* No parentheses are needed around the return value.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/auixp.c src/sys/dev/pci/auixpvar.h

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