Module Name:    src
Committed By:   thorpej
Date:           Wed Jan 27 02:31:35 UTC 2021

Modified Files:
        src/sys/dev/ofw: ofw_network_subr.c

Log Message:
Use DEVICE_COMPAT_EOL.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ofw/ofw_network_subr.c

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

Modified files:

Index: src/sys/dev/ofw/ofw_network_subr.c
diff -u src/sys/dev/ofw/ofw_network_subr.c:1.9 src/sys/dev/ofw/ofw_network_subr.c:1.10
--- src/sys/dev/ofw/ofw_network_subr.c:1.9	Sun Jan 24 20:09:03 2021
+++ src/sys/dev/ofw/ofw_network_subr.c	Wed Jan 27 02:31:35 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ofw_network_subr.c,v 1.9 2021/01/24 20:09:03 thorpej Exp $	*/
+/*	$NetBSD: ofw_network_subr.c,v 1.10 2021/01/27 02:31:35 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 1998, 2021 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw_network_subr.c,v 1.9 2021/01/24 20:09:03 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw_network_subr.c,v 1.10 2021/01/27 02:31:35 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -63,7 +63,7 @@ static const struct device_compatible_en
 	{ .compat = "ethernet,100,rj45,full",
 	  .value = IFM_ETHER | IFM_100_TX | IFM_FDX },
 
-	{ 0 }
+	DEVICE_COMPAT_EOL
 };
 
 /*

Reply via email to