Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/dev x68k/ite(4): Include <sys/device_impl.h> t...
details: https://anonhg.NetBSD.org/src/rev/e0b5ef455200
branches: trunk
changeset: 364562:e0b5ef455200
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Mar 29 06:56:51 2022 +0000
description:
x68k/ite(4): Include <sys/device_impl.h> to abuse autoconf internals.
diffstat:
sys/arch/x68k/dev/ite.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 4ae5f56591b2 -r e0b5ef455200 sys/arch/x68k/dev/ite.c
--- a/sys/arch/x68k/dev/ite.c Tue Mar 29 01:57:51 2022 +0000
+++ b/sys/arch/x68k/dev/ite.c Tue Mar 29 06:56:51 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ite.c,v 1.64 2018/09/03 16:29:28 riastradh Exp $ */
+/* $NetBSD: ite.c,v 1.65 2022/03/29 06:56:51 riastradh Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.64 2018/09/03 16:29:28 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.65 2022/03/29 06:56:51 riastradh Exp $");
#include "ite.h"
#if NITE > 0
@@ -64,6 +64,7 @@
#include <sys/device.h>
#include <sys/malloc.h>
#include <sys/kauth.h>
+#include <sys/device_impl.h> /* XXX autoconf abuse */
#include <machine/cpu.h>
#include <machine/kbio.h>
Home |
Main Index |
Thread Index |
Old Index