From 6c04673729e6ea4bf8da758f194fd6d298b6fbfb Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 22 May 2024 14:22:27 +0000 Subject: [PATCH] remove extern with no matching var; ok miod@ --- sys/arch/loongson/dev/htbvar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/loongson/dev/htbvar.h b/sys/arch/loongson/dev/htbvar.h index 9a1bb07071e..9c793dd82e3 100644 --- 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; -- 2.20.1