Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm Fix script-o.



details:   https://anonhg.NetBSD.org/src/rev/17f1e23395c2
branches:  trunk
changeset: 537599:17f1e23395c2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Oct 03 01:29:30 2002 +0000

description:
Fix script-o.

diffstat:

 sys/arch/evbarm/iq80310/i80312_mainbus.c |  5 ++---
 sys/arch/evbarm/iq80321/i80321_mainbus.c |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 2cdd0b66b54a -r 17f1e23395c2 sys/arch/evbarm/iq80310/i80312_mainbus.c
--- a/sys/arch/evbarm/iq80310/i80312_mainbus.c  Thu Oct 03 01:11:37 2002 +0000
+++ b/sys/arch/evbarm/iq80310/i80312_mainbus.c  Thu Oct 03 01:29:30 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80312_mainbus.c,v 1.9 2002/10/02 05:10:34 thorpej Exp $       */
+/*     $NetBSD: i80312_mainbus.c,v 1.10 2002/10/03 01:35:28 thorpej Exp $      */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -61,8 +61,7 @@
 void   i80312_mainbus_attach(struct device *, struct device *, void *);
 
 CFATTACH_DECL(iopxs_mainbus, sizeof(struct i80312_softc),
-    i80312_mainbus_match, , NULL, NULL);
-};
+    i80312_mainbus_match, i80312_mainbus_attach, NULL, NULL);
 
 /* There can be only one. */
 int    i80312_mainbus_found;
diff -r 2cdd0b66b54a -r 17f1e23395c2 sys/arch/evbarm/iq80321/i80321_mainbus.c
--- a/sys/arch/evbarm/iq80321/i80321_mainbus.c  Thu Oct 03 01:11:37 2002 +0000
+++ b/sys/arch/evbarm/iq80321/i80321_mainbus.c  Thu Oct 03 01:29:30 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80321_mainbus.c,v 1.5 2002/10/02 05:10:35 thorpej Exp $       */
+/*     $NetBSD: i80321_mainbus.c,v 1.6 2002/10/03 01:29:30 thorpej Exp $       */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -61,8 +61,7 @@
 void   i80321_mainbus_attach(struct device *, struct device *, void *);
 
 CFATTACH_DECL(iopxs_mainbus, sizeof(struct i80321_softc),
-    i80321_mainbus_match, , NULL, NULL);
-};
+    i80321_mainbus_match, i80321_mainbus_attach, NULL, NULL);
 
 /* There can be only one. */
 int    i80321_mainbus_found;



Home | Main Index | Thread Index | Old Index