artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43940d1
)
remove extern with no matching var; ok miod@
author
jsg
<jsg@openbsd.org>
Wed, 22 May 2024 14:22:27 +0000
(14:22 +0000)
committer
jsg
<jsg@openbsd.org>
Wed, 22 May 2024 14:22:27 +0000
(14:22 +0000)
sys/arch/loongson/dev/htbvar.h
patch
|
blob
|
history
diff --git
a/sys/arch/loongson/dev/htbvar.h
b/sys/arch/loongson/dev/htbvar.h
index
9a1bb07
..
9c793dd
100644
(file)
--- a/
sys/arch/loongson/dev/htbvar.h
+++ b/
sys/arch/loongson/dev/htbvar.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: htbvar.h,v 1.
2 2017/05/10 15:21:02 visa Exp $
*/
+/* $OpenBSD: htbvar.h,v 1.
3 2024/05/22 14:22:27 jsg Exp $
*/
/*
* Copyright (c) 2016 Visa Hankala
@@
-23,7
+23,6
@@
struct htb_config {
void (*hc_attach_hook)(pci_chipset_tag_t);
};
-extern struct mips_isa_chipset htb_isa_chipset;
extern struct mips_bus_space htb_pci_mem_space_tag;
extern struct mips_bus_space htb_pci_io_space_tag;