diff options
Diffstat (limited to 'sys/arch/sparc64/dev/fd.c')
-rw-r--r-- | sys/arch/sparc64/dev/fd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/fd.c b/sys/arch/sparc64/dev/fd.c index 7613601342c..b4dcd1af268 100644 --- a/sys/arch/sparc64/dev/fd.c +++ b/sys/arch/sparc64/dev/fd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fd.c,v 1.52 2021/10/24 17:05:03 mpi Exp $ */ +/* $OpenBSD: fd.c,v 1.53 2024/05/13 01:15:50 jsg Exp $ */ /* $NetBSD: fd.c,v 1.112 2003/08/07 16:29:35 agc Exp $ */ /*- @@ -286,7 +286,6 @@ struct cfdriver fd_cd = { }; int fdgetdisklabel(dev_t, struct fd_softc *, struct disklabel *, int); -int fd_get_parms(struct fd_softc *); void fdstrategy(struct buf *); void fdstart(struct fd_softc *); int fdprint(void *, const char *); |