summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-05-14 08:26:14 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-05-14 08:26:14 +0000
commit0b2f0a72e82fbed299a3659e3e40b36d8171edcd (patch)
treef4db8f6a3dae5812a116f7457cdc1085cf8f314c /sys/arch/sparc64/dev
parent76e00421546e7134decfe58cbea1bffb4eb5ec85 (diff)
remove prototypes with no matching function
Diffstat (limited to 'sys/arch/sparc64/dev')
-rw-r--r--sys/arch/sparc64/dev/ebus.c3
-rw-r--r--sys/arch/sparc64/dev/ifb.c3
-rw-r--r--sys/arch/sparc64/dev/pcons.c3
-rw-r--r--sys/arch/sparc64/dev/vldcp.c3
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/sparc64/dev/ebus.c b/sys/arch/sparc64/dev/ebus.c
index 307c673a89c..67016f37858 100644
--- a/sys/arch/sparc64/dev/ebus.c
+++ b/sys/arch/sparc64/dev/ebus.c
@@ -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.
diff --git a/sys/arch/sparc64/dev/ifb.c b/sys/arch/sparc64/dev/ifb.c
index c2886dbbe45..11c49f738bc 100644
--- a/sys/arch/sparc64/dev/ifb.c
+++ b/sys/arch/sparc64/dev/ifb.c
@@ -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);
diff --git a/sys/arch/sparc64/dev/pcons.c b/sys/arch/sparc64/dev/pcons.c
index e37b845125a..95168a1c0bc 100644
--- a/sys/arch/sparc64/dev/pcons.c
+++ b/sys/arch/sparc64/dev/pcons.c
@@ -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 *);
diff --git a/sys/arch/sparc64/dev/vldcp.c b/sys/arch/sparc64/dev/vldcp.c
index 0757b3f8998..c9db625ff44 100644
--- a/sys/arch/sparc64/dev/vldcp.c
+++ b/sys/arch/sparc64/dev/vldcp.c
@@ -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 = {