summaryrefslogtreecommitdiffstats
path: root/sys/alpha/tlsb/mcclock_tlsb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/tlsb/mcclock_tlsb.c')
-rw-r--r--sys/alpha/tlsb/mcclock_tlsb.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/alpha/tlsb/mcclock_tlsb.c b/sys/alpha/tlsb/mcclock_tlsb.c
index 02759b9..1602729 100644
--- a/sys/alpha/tlsb/mcclock_tlsb.c
+++ b/sys/alpha/tlsb/mcclock_tlsb.c
@@ -2,7 +2,7 @@
/* $NetBSD: mcclock_tlsb.c,v 1.8 1998/05/13 02:50:29 thorpej Exp $ */
/*
- * Copyright (c) 1997 by Matthew Jacob
+ * Copyright (c) 1997, 2000 by Matthew Jacob
* NASA AMES Research Center.
* All rights reserved.
*
@@ -15,8 +15,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -80,9 +78,7 @@ static device_method_t mcclock_tlsb_methods[] = {
};
static driver_t mcclock_tlsb_driver = {
- "mcclock",
- mcclock_tlsb_methods,
- sizeof(struct mcclock_tlsb_softc),
+ "mcclock", mcclock_tlsb_methods, sizeof(struct mcclock_tlsb_softc),
};
static devclass_t mcclock_devclass;
OpenPOWER on IntegriCloud