summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/matcd
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-03 21:02:09 +0000
committerpeter <peter@FreeBSD.org>1999-07-03 21:02:09 +0000
commit0c747eafde507a3c359125fdfff805ee0b420432 (patch)
tree50d096fec3f26469eab91fa3534ce7b2b85f347e /sys/i386/isa/matcd
parentb5f8a8174d075dc315000a960639a1d450c5e604 (diff)
downloadFreeBSD-src-0c747eafde507a3c359125fdfff805ee0b420432.zip
FreeBSD-src-0c747eafde507a3c359125fdfff805ee0b420432.tar.gz
Delete stray static prototype.
Diffstat (limited to 'sys/i386/isa/matcd')
-rw-r--r--sys/i386/isa/matcd/matcd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c
index 102aff8..9ffd002 100644
--- a/sys/i386/isa/matcd/matcd.c
+++ b/sys/i386/isa/matcd/matcd.c
@@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95";
static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV";
/* The proceeding strings may not be changed*/
-/* $Id: matcd.c,v 1.40 1999/05/30 16:52:35 phk Exp $ */
+/* $Id: matcd.c,v 1.41 1999/05/31 11:26:55 phk Exp $ */
/*---------------------------------------------------------------------------
Include declarations
@@ -549,7 +549,6 @@ static struct cdevsw matcd_cdevsw = {
Internal function declarations
---------------------------------------------------------------------------*/
-static void matcd_drvinit(void *unused);
static void matcd_start(int controller);
static void zero_cmd(char *);
static void matcd_pread(int port, int count, unsigned char * data);
OpenPOWER on IntegriCloud