Module Name:    src
Committed By:   thorpej
Date:           Wed Jan 27 02:03:10 UTC 2021

Modified Files:
        src/sys/arch/arm/sociox: if_ave.c

Log Message:
Use DEVICE_COMPAT_EOL.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/sociox/if_ave.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/arch/arm/sociox/if_ave.c
diff -u src/sys/arch/arm/sociox/if_ave.c:1.19 src/sys/arch/arm/sociox/if_ave.c:1.20
--- src/sys/arch/arm/sociox/if_ave.c:1.19	Mon Jan 25 14:20:38 2021
+++ src/sys/arch/arm/sociox/if_ave.c	Wed Jan 27 02:03:10 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_ave.c,v 1.19 2021/01/25 14:20:38 thorpej Exp $	*/
+/*	$NetBSD: if_ave.c,v 1.20 2021/01/27 02:03:10 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ave.c,v 1.19 2021/01/25 14:20:38 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ave.c,v 1.20 2021/01/27 02:03:10 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -327,7 +327,7 @@ static const struct device_compatible_en
 	{ .compat = "socionext,unifier-pxs2-ave4", .value = 32 },
 	{ .compat = "socionext,unifier-ld11-ave4", .value = 32 },
 	{ .compat = "socionext,unifier-pxs3-ave4", .value = 32 },
-	{ }
+	DEVICE_COMPAT_EOL
 };
 
 static int

Reply via email to