Module Name: src
Committed By: riastradh
Date: Tue Mar 29 06:56:51 UTC 2022
Modified Files:
src/sys/arch/x68k/dev: ite.c
Log Message:
x68k/ite(4): Include <sys/device_impl.h> to abuse autoconf internals.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/x68k/dev/ite.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/x68k/dev/ite.c
diff -u src/sys/arch/x68k/dev/ite.c:1.64 src/sys/arch/x68k/dev/ite.c:1.65
--- src/sys/arch/x68k/dev/ite.c:1.64 Mon Sep 3 16:29:28 2018
+++ src/sys/arch/x68k/dev/ite.c Tue Mar 29 06:56:51 2022
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.64
#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>