Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/pci #include <sys/extent.h> explicitly.
details: https://anonhg.NetBSD.org/src/rev/3bf4e5cdd25d
branches: trunk
changeset: 934722:3bf4e5cdd25d
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jun 17 03:50:04 2020 +0000
description:
#include <sys/extent.h> explicitly.
diffstat:
sys/arch/alpha/pci/tsvar.h | 3 ++-
sys/arch/alpha/pci/ttwogavar.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r cddd8bf13f13 -r 3bf4e5cdd25d sys/arch/alpha/pci/tsvar.h
--- a/sys/arch/alpha/pci/tsvar.h Wed Jun 17 03:22:06 2020 +0000
+++ b/sys/arch/alpha/pci/tsvar.h Wed Jun 17 03:50:04 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tsvar.h,v 1.13 2019/12/22 23:23:29 thorpej Exp $ */
+/* $NetBSD: tsvar.h,v 1.14 2020/06/17 03:50:04 thorpej Exp $ */
/*-
* Copyright (c) 1999 by Ross Harvey. All rights reserved.
@@ -31,6 +31,7 @@
*
*/
+#include <sys/extent.h>
#include <dev/isa/isavar.h>
#include <dev/pci/pcivar.h>
#include <dev/i2c/i2cvar.h>
diff -r cddd8bf13f13 -r 3bf4e5cdd25d sys/arch/alpha/pci/ttwogavar.h
--- a/sys/arch/alpha/pci/ttwogavar.h Wed Jun 17 03:22:06 2020 +0000
+++ b/sys/arch/alpha/pci/ttwogavar.h Wed Jun 17 03:50:04 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ttwogavar.h,v 1.4 2012/02/06 02:14:15 matt Exp $ */
+/* $NetBSD: ttwogavar.h,v 1.5 2020/06/17 03:50:04 thorpej Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -29,6 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/extent.h>
#include <dev/isa/isavar.h>
#include <dev/pci/pcivar.h>
#include <alpha/pci/pci_sgmap_pte64.h>
Home |
Main Index |
Thread Index |
Old Index