extra 0 fields in cfdriver are not needed
authorderaadt <deraadt@openbsd.org>
Sun, 24 Oct 2021 09:18:51 +0000 (09:18 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 24 Oct 2021 09:18:51 +0000 (09:18 +0000)
sys/arch/luna88k/dev/lcd.c
sys/arch/luna88k/dev/sio.c
sys/arch/luna88k/luna88k/mainbus.c

index 0c08a0d..c54e409 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: lcd.c,v 1.10 2017/11/03 06:54:06 aoyama Exp $ */
+/* $OpenBSD: lcd.c,v 1.11 2021/10/24 09:18:51 deraadt Exp $ */
 /* $NetBSD: lcd.c,v 1.2 2000/01/07 05:13:08 nisimura Exp $ */
 
 /*-
@@ -88,7 +88,7 @@ const struct cfattach lcd_ca = {
 };
 
 struct cfdriver lcd_cd = {
-       NULL, "lcd", DV_DULL, 0
+       NULL, "lcd", DV_DULL,
 };
 
 /* Internal prototypes */
index 3a5d92e..2c7bddd 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sio.c,v 1.6 2017/06/04 13:48:13 aoyama Exp $ */
+/* $OpenBSD: sio.c,v 1.7 2021/10/24 09:18:51 deraadt Exp $ */
 /* $NetBSD: sio.c,v 1.1 2000/01/05 08:48:55 nisimura Exp $ */
 
 /*-
@@ -51,7 +51,7 @@ const struct cfattach sio_ca = {
 };
 
 struct cfdriver sio_cd = {
-       NULL, "sio", DV_DULL, 0
+       NULL, "sio", DV_DULL,
 };
 
 void nullintr(void *);
index 0045a14..796aa98 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: mainbus.c,v 1.16 2020/06/07 22:54:58 aoyama Exp $ */
+/* $OpenBSD: mainbus.c,v 1.17 2021/10/24 09:18:51 deraadt Exp $ */
 /* $NetBSD: mainbus.c,v 1.2 2000/01/07 05:13:08 nisimura Exp $ */
 
 /*-
@@ -75,7 +75,7 @@ const struct cfattach mainbus_ca = {
 };
 
 struct cfdriver mainbus_cd = {
-       NULL, "mainbus", DV_DULL, 0
+       NULL, "mainbus", DV_DULL,
 };
 
 int