Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/linux Include acpica.h for NACPICA.
details: https://anonhg.NetBSD.org/src/rev/c117457dd6d4
branches: trunk
changeset: 1028413:c117457dd6d4
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 10:59:48 2021 +0000
description:
Include acpica.h for NACPICA.
diffstat:
sys/external/bsd/drm2/linux/linux_pci.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 357b99c1d6e0 -r c117457dd6d4 sys/external/bsd/drm2/linux/linux_pci.c
--- a/sys/external/bsd/drm2/linux/linux_pci.c Sun Dec 19 10:59:36 2021 +0000
+++ b/sys/external/bsd/drm2/linux/linux_pci.c Sun Dec 19 10:59:48 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_pci.c,v 1.16 2021/12/19 10:57:42 riastradh Exp $ */
+/* $NetBSD: linux_pci.c,v 1.17 2021/12/19 10:59:48 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,11 +30,12 @@
*/
#ifdef _KERNEL_OPT
+#include "acpica.h"
#include "opt_pci.h"
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_pci.c,v 1.16 2021/12/19 10:57:42 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_pci.c,v 1.17 2021/12/19 10:59:48 riastradh Exp $");
#if NACPICA > 0
#include <dev/acpi/acpivar.h>
Home |
Main Index |
Thread Index |
Old Index