From 5da2db5a176f25db63de9c6bd5b56c56aefdf5e7 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 6 Oct 2024 03:46:49 +0000 Subject: remove unused axppmic_rsb_cd, axppmic at rsb uses axppmic_cd --- sys/dev/fdt/axppmic.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/dev/fdt') diff --git a/sys/dev/fdt/axppmic.c b/sys/dev/fdt/axppmic.c index b3f727f72ca..c48e73fe5ad 100644 --- a/sys/dev/fdt/axppmic.c +++ b/sys/dev/fdt/axppmic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: axppmic.c,v 1.20 2023/08/02 11:52:18 uaa Exp $ */ +/* $OpenBSD: axppmic.c,v 1.21 2024/10/06 03:46:48 jsg Exp $ */ /* * Copyright (c) 2017 Mark Kettenis * @@ -514,10 +514,6 @@ const struct cfattach axppmic_rsb_ca = { NULL, axppmic_activate }; -struct cfdriver axppmic_rsb_cd = { - NULL, "axppmic", DV_DULL -}; - uint8_t axppmic_rsb_read(struct axppmic_softc *, uint8_t); void axppmic_rsb_write(struct axppmic_softc *, uint8_t, uint8_t); -- cgit v1.2.3