summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-03-19 00:18:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-03-19 00:18:12 +0000
commit3fdbb255e6daef5bba69419164eb517621a3176c (patch)
tree12ab4264726a4e1c23dcde63d4bccf1ab68c848f /sys
parent6e358d45d80e889d12cf556fbd2f2b30ebf10e17 (diff)
missing gcu_var.h conversion
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/gcu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/gcu.c b/sys/dev/pci/gcu.c
index 847edd020c1..8d28e7a73fc 100644
--- a/sys/dev/pci/gcu.c
+++ b/sys/dev/pci/gcu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gcu.c,v 1.3 2011/04/03 15:36:02 jasper Exp $ */
+/* $OpenBSD: gcu.c,v 1.4 2015/03/19 00:18:11 deraadt Exp $ */
/*
* Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net>
@@ -28,7 +28,7 @@
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
-#include <dev/pci/gcu.h>
+#include <dev/pci/gcu_var.h>
int gcu_probe(struct device *, void *, void *);
void gcu_attach(struct device *, struct device *, void *);