summaryrefslogtreecommitdiff
path: root/sys/dev/pci/gcu.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-05-13 01:15:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-05-13 01:15:54 +0000
commit385a3caf2ecaf3de07747290e79fa8d1f7c618b5 (patch)
treed780db673ed87979f4e761beb9fceda2b7594fe4 /sys/dev/pci/gcu.c
parentf30876db80c9d1c4d008da7e477105227561aabc (diff)
remove prototypes with no matching function
ok mpi@
Diffstat (limited to 'sys/dev/pci/gcu.c')
-rw-r--r--sys/dev/pci/gcu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/gcu.c b/sys/dev/pci/gcu.c
index 70b9d6ea420..f851d45d7b2 100644
--- a/sys/dev/pci/gcu.c
+++ b/sys/dev/pci/gcu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gcu.c,v 1.6 2022/03/11 18:00:45 mpi Exp $ */
+/* $OpenBSD: gcu.c,v 1.7 2024/05/13 01:15:51 jsg Exp $ */
/*
* Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net>
@@ -32,7 +32,6 @@
int gcu_probe(struct device *, void *, void *);
void gcu_attach(struct device *, struct device *, void *);
-int gcu_detach(struct device *, int);
const struct pci_matchid gcu_devices[] = {
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EP80579_GCU }