Module Name: src Committed By: martin Date: Mon Nov 11 17:28:38 UTC 2024
Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: Add missing include of "acpica.h", pointed out by Jared. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/pci/dwiic_pci.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/x86/pci/dwiic_pci.c diff -u src/sys/arch/x86/pci/dwiic_pci.c:1.10 src/sys/arch/x86/pci/dwiic_pci.c:1.11 --- src/sys/arch/x86/pci/dwiic_pci.c:1.10 Mon Apr 29 21:29:48 2024 +++ src/sys/arch/x86/pci/dwiic_pci.c Mon Nov 11 17:28:38 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: dwiic_pci.c,v 1.10 2024/04/29 21:29:48 andvar Exp $ */ +/* $NetBSD: dwiic_pci.c,v 1.11 2024/11/11 17:28:38 martin Exp $ */ /*- * Copyright (c) 2017 The NetBSD Foundation, Inc. @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: dwiic_pci.c,v 1.10 2024/04/29 21:29:48 andvar Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dwiic_pci.c,v 1.11 2024/11/11 17:28:38 martin Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -50,6 +50,8 @@ __KERNEL_RCSID(0, "$NetBSD: dwiic_pci.c, #include <dev/ic/dwiic_var.h> #include <arch/x86/pci/lpssreg.h> +#include "acpica.h" + //#define DWIIC_DEBUG #ifdef DWIIC_DEBUG