From 0b2f0a72e82fbed299a3659e3e40b36d8171edcd Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 14 May 2024 08:26:14 +0000 Subject: remove prototypes with no matching function --- sys/dev/pv/pvclock.c | 4 +--- sys/dev/pv/viogpu.c | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'sys/dev/pv') diff --git a/sys/dev/pv/pvclock.c b/sys/dev/pv/pvclock.c index e696d95a10c..815d8afb7c4 100644 --- a/sys/dev/pv/pvclock.c +++ b/sys/dev/pv/pvclock.c @@ -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 @@ -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 *); diff --git a/sys/dev/pv/viogpu.c b/sys/dev/pv/viogpu.c index d305cf91fa8..2d8d3074a9b 100644 --- a/sys/dev/pv/viogpu.c +++ b/sys/dev/pv/viogpu.c @@ -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 @@ -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 -- cgit v1.2.3