remove prototypes with no matching function
authorjsg <jsg@openbsd.org>
Tue, 14 May 2024 08:26:13 +0000 (08:26 +0000)
committerjsg <jsg@openbsd.org>
Tue, 14 May 2024 08:26:13 +0000 (08:26 +0000)
12 files changed:
sys/arch/arm/arm/arm32_machdep.c
sys/arch/sparc64/dev/ebus.c
sys/arch/sparc64/dev/ifb.c
sys/arch/sparc64/dev/pcons.c
sys/arch/sparc64/dev/vldcp.c
sys/arch/sparc64/sparc64/machdep.c
sys/dev/acpi/dsdt.c
sys/dev/pv/pvclock.c
sys/dev/pv/viogpu.c
sys/kern/kern_task.c
sys/net/pf.c
sys/tmpfs/tmpfs_fifoops.c

index 89c7cc0..ce29840 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: arm32_machdep.c,v 1.62 2021/05/16 03:39:27 jsg Exp $  */
+/*     $OpenBSD: arm32_machdep.c,v 1.63 2024/05/14 08:26:13 jsg Exp $  */
 /*     $NetBSD: arm32_machdep.c,v 1.42 2003/12/30 12:33:15 pk Exp $    */
 
 /*
@@ -109,7 +109,6 @@ struct consdev *cn_tab;
 
 void data_abort_handler                (trapframe_t *frame);
 void prefetch_abort_handler    (trapframe_t *frame);
-extern void configure          (void);
 
 /*
  * arm32_vector_init:
index 307c673..67016f3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ebus.c,v 1.26 2021/10/24 17:05:03 mpi Exp $   */
+/*     $OpenBSD: ebus.c,v 1.27 2024/05/14 08:26:13 jsg Exp $   */
 /*     $NetBSD: ebus.c,v 1.24 2001/07/25 03:49:54 eeh Exp $    */
 
 /*
@@ -88,7 +88,6 @@ struct cfdriver ebus_cd = {
 
 
 void   ebus_find_ino(struct ebus_softc *, struct ebus_attach_args *);
-int    ebus_find_node(struct pci_attach_args *);
 
 /*
  * here are our bus space and bus dma routines.
index c2886db..11c49f7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ifb.c,v 1.26 2022/07/15 17:57:26 kettenis Exp $       */
+/*     $OpenBSD: ifb.c,v 1.27 2024/05/14 08:26:13 jsg Exp $    */
 
 /*
  * Copyright (c) 2007, 2008, 2009 Miodrag Vallat.
@@ -338,7 +338,6 @@ int ifb_copyrows_dumb(void *, int, int, int);
 int    ifb_eraserows_dumb(void *, int, int, uint32_t);
 int    ifb_do_cursor_dumb(struct rasops_info *);
 
-int    ifb_putchar(void *, int, int, u_int, uint32_t);
 int    ifb_copycols(void *, int, int, int, int);
 int    ifb_erasecols(void *, int, int, int, uint32_t);
 int    ifb_copyrows(void *, int, int, int);
index e37b845..95168a1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pcons.c,v 1.28 2024/04/13 23:44:11 jsg Exp $  */
+/*     $OpenBSD: pcons.c,v 1.29 2024/05/14 08:26:13 jsg Exp $  */
 /*     $NetBSD: pcons.c,v 1.7 2001/05/02 10:32:20 scw Exp $    */
 
 /*-
@@ -522,7 +522,6 @@ cn_get_magic(char *magic, int maglen) {
 
 int    pcons_alloc_screen(void *, const struct wsscreen_descr *, void **,
            int *, int *, uint32_t *);
-void   pcons_cursor(void *, int, int, int);
 void   pcons_free_screen(void *, void *);
 int    pcons_ioctl(void *, u_long, caddr_t, int, struct proc *);
 int    pcons_mapchar(void *, int, unsigned int *);
index 0757b3f..c9db625 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vldcp.c,v 1.25 2022/08/17 15:26:56 visa Exp $ */
+/*     $OpenBSD: vldcp.c,v 1.26 2024/05/14 08:26:13 jsg Exp $  */
 /*
  * Copyright (c) 2009, 2012 Mark Kettenis
  *
@@ -72,7 +72,6 @@ void  vldcp_attach(struct device *, struct device *, void *);
 void   filt_vldcprdetach(struct knote *);
 void   filt_vldcpwdetach(struct knote *);
 int    filt_vldcpread(struct knote *, long);
-int    filt_vldcpwrite(struct knote *, long);
 int    vldcpkqfilter(dev_t, struct knote *);
 
 const struct cfattach vldcp_ca = {
index 20680bb..7e8b867 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.216 2024/03/29 21:29:34 miod Exp $      */
+/*     $OpenBSD: machdep.c,v 1.217 2024/05/14 08:26:13 jsg Exp $       */
 /*     $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */
 
 /*-
@@ -139,11 +139,6 @@ void    _bus_dmamem_unmap(bus_dma_tag_t tag, bus_dma_tag_t, caddr_t kva,
 paddr_t _bus_dmamem_mmap(bus_dma_tag_t tag, bus_dma_tag_t,
            bus_dma_segment_t *segs, int nsegs, off_t off, int prot, int flags);
 
-int     _bus_dmamem_alloc_range(bus_dma_tag_t tag, bus_dma_tag_t,
-           bus_size_t size, bus_size_t alignment, bus_size_t boundary,
-            bus_dma_segment_t *segs, int nsegs, int *rsegs, int flags,
-            vaddr_t low, vaddr_t high);
-
 /*
  * The "bus_space_debug" flags used by macros elsewhere.
  * A good set of flags to use when first debugging something is:
index d95cba6..3f75b2d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsdt.c,v 1.267 2024/05/13 01:15:50 jsg Exp $ */
+/* $OpenBSD: dsdt.c,v 1.268 2024/05/14 08:26:13 jsg Exp $ */
 /*
  * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org>
  *
@@ -56,8 +56,6 @@ struct aml_scope      *aml_load(struct acpi_softc *, struct aml_scope *,
 
 void                   aml_copyvalue(struct aml_value *, struct aml_value *);
 
-void                   aml_setvalue(struct aml_scope *, struct aml_value *,
-                           struct aml_value *, int64_t);
 void                   aml_freevalue(struct aml_value *);
 struct aml_value       *aml_allocvalue(int, int64_t, const void *);
 struct aml_value       *_aml_setvalue(struct aml_value *, int, int64_t,
@@ -78,9 +76,6 @@ void                  aml_bufcpy(void *, int, const void *, int, int);
 
 int                    aml_pc(uint8_t *);
 
-int                    aml_evalterm(struct aml_scope *scope,
-                           struct aml_value *raw, struct aml_value *dst);
-
 struct aml_opcode      *aml_findopcode(int);
 
 #define acpi_os_malloc(sz) _acpi_os_malloc(sz, __FUNCTION__, __LINE__)
index e696d95..815d8af 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pvclock.c,v 1.9 2023/02/04 19:19:37 cheloha Exp $     */
+/*     $OpenBSD: pvclock.c,v 1.10 2024/05/14 08:26:13 jsg Exp $        */
 
 /*
  * Copyright (c) 2018 Reyk Floeter <reyk@openbsd.org>
@@ -51,8 +51,6 @@ void   pvclock_attach(struct device *, struct device *, void *);
 int     pvclock_activate(struct device *, int);
 
 uint    pvclock_get_timecount(struct timecounter *);
-void    pvclock_read_time_info(struct pvclock_softc *,
-           struct pvclock_time_info *);
 
 static inline uint32_t
         pvclock_read_begin(const struct pvclock_time_info *);
index d305cf9..2d8d307 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: viogpu.c,v 1.4 2024/05/13 01:15:51 jsg Exp $ */
+/*     $OpenBSD: viogpu.c,v 1.5 2024/05/14 08:26:13 jsg Exp $ */
 
 /*
  * Copyright (c) 2021-2023 joshua stein <jcs@openbsd.org>
@@ -60,8 +60,6 @@ int   viogpu_wsioctl(void *, u_long, caddr_t, int, struct proc *);
 paddr_t        viogpu_wsmmap(void *, off_t, int);
 int    viogpu_alloc_screen(void *, const struct wsscreen_descr *, void **,
            int *, int *, uint32_t *);
-int    viogpu_show_screen(void *, void *, int, void (*)(void *, int, int),
-           void *);
 
 #define VIOGPU_HEIGHT          160
 #define VIOGPU_WIDTH           160
index 38ba22f..c3dcc5f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kern_task.c,v 1.34 2023/07/29 06:52:08 anton Exp $ */
+/*     $OpenBSD: kern_task.c,v 1.35 2024/05/14 08:26:13 jsg Exp $ */
 
 /*
  * Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
@@ -128,8 +128,6 @@ struct taskq *const systqmp = &taskq_sys_mp;
 void   taskq_init(void); /* called in init_main.c */
 void   taskq_create_thread(void *);
 void   taskq_barrier_task(void *);
-int    taskq_sleep(const volatile void *, struct mutex *, int,
-           const char *, int);
 int    taskq_next_work(struct taskq *, struct task *);
 void   taskq_thread(void *);
 
index 90254b6..8591b04 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pf.c,v 1.1195 2024/05/10 03:50:12 jsg Exp $ */
+/*     $OpenBSD: pf.c,v 1.1196 2024/05/14 08:26:13 jsg Exp $ */
 
 /*
  * Copyright (c) 2001 Daniel Hartmeier
@@ -237,8 +237,6 @@ int                  pf_find_state(struct pf_pdesc *,
                            struct pf_state_key_cmp *, struct pf_state **);
 int                     pf_src_connlimit(struct pf_state **);
 int                     pf_match_rcvif(struct mbuf *, struct pf_rule *);
-int                     pf_step_into_anchor(struct pf_test_ctx *,
-                           struct pf_rule *);
 enum pf_test_status     pf_match_rule(struct pf_test_ctx *,
                            struct pf_ruleset *);
 void                    pf_counters_inc(int, struct pf_pdesc *,
index ee0cca0..d869f32 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tmpfs_fifoops.c,v 1.8 2024/05/12 16:54:56 semarie Exp $       */
+/*     $OpenBSD: tmpfs_fifoops.c,v 1.9 2024/05/14 08:26:13 jsg Exp $   */
 /*     $NetBSD: tmpfs_fifoops.c,v 1.9 2011/05/24 20:17:49 rmind Exp $  */
 
 /*
@@ -43,7 +43,6 @@
 #include <miscfs/fifofs/fifo.h>
 #include <tmpfs/tmpfs_vnops.h>
 
-int    tmpfs_fifo_close        (void *);
 int    tmpfs_fifo_read         (void *);
 int    tmpfs_fifo_write        (void *);
 int    tmpfs_fifo_fsync        (void *);