Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/thorpej-cfargs]: src/sys/arch/xen/xenbus No need to be explicit about in...
details: https://anonhg.NetBSD.org/src/rev/9ccf1a897959
branches: thorpej-cfargs
changeset: 961504:9ccf1a897959
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Apr 23 15:05:27 2021 +0000
description:
No need to be explicit about interface attributes here.
diffstat:
sys/arch/xen/xenbus/xenbus_probe.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 167923a1fcd5 -r 9ccf1a897959 sys/arch/xen/xenbus/xenbus_probe.c
--- a/sys/arch/xen/xenbus/xenbus_probe.c Sun Apr 18 17:12:01 2021 +0000
+++ b/sys/arch/xen/xenbus/xenbus_probe.c Fri Apr 23 15:05:27 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xenbus_probe.c,v 1.55.4.2 2021/04/02 22:17:43 thorpej Exp $ */
+/* $NetBSD: xenbus_probe.c,v 1.55.4.3 2021/04/23 15:05:27 thorpej Exp $ */
/******************************************************************************
* Talks to Xen Store to figure out what devices we have.
*
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xenbus_probe.c,v 1.55.4.2 2021/04/02 22:17:43 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xenbus_probe.c,v 1.55.4.3 2021/04/23 15:05:27 thorpej Exp $");
#if 0
#define DPRINTK(fmt, args...) \
@@ -653,7 +653,6 @@
/* attach balloon. */
config_found(xenbus_dev, &balloon_xa, xenbus_print,
- CFARG_IATTR, "xenbus",
CFARG_EOL);
shutdown_xenbus_setup();
Home |
Main Index |
Thread Index |
Old Index