Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi include correct header for NPCI to be defined w...
details: https://anonhg.NetBSD.org/src/rev/dc07059dac08
branches: trunk
changeset: 359967:dc07059dac08
user: maya <maya%NetBSD.org@localhost>
date: Sat Mar 03 11:23:24 2018 +0000
description:
include correct header for NPCI to be defined when necessary.
Now acpi.o has a call for acpimcfg_probe.
heads by paulg, sorry for breakage.
diffstat:
sys/dev/acpi/acpi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 6ce87ce84ade -r dc07059dac08 sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c Sat Mar 03 09:54:55 2018 +0000
+++ b/sys/dev/acpi/acpi.c Sat Mar 03 11:23:24 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi.c,v 1.266 2018/03/01 06:00:49 maya Exp $ */
+/* $NetBSD: acpi.c,v 1.267 2018/03/03 11:23:24 maya Exp $ */
/*-
* Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -100,10 +100,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.266 2018/03/01 06:00:49 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.267 2018/03/03 11:23:24 maya Exp $");
+#include "pci.h"
#include "opt_acpi.h"
-#include "opt_pci.h"
#include "opt_pcifixup.h"
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index