diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-22 05:51:50 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-22 05:51:50 +0000 |
commit | bcef3d2ac108162c13eccc07a5fb450e228c16f6 (patch) | |
tree | 7e822eba86d8187384caa101ab23450604168c64 /sys/arch/armv7/omap | |
parent | 6021d76f33ea0eff5fcc2892721dc8b52fdb1cf0 (diff) |
remove prototypes with no matching function and externs with no var
Diffstat (limited to 'sys/arch/armv7/omap')
-rw-r--r-- | sys/arch/armv7/omap/ommmc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/armv7/omap/ommmc.c b/sys/arch/armv7/omap/ommmc.c index 381064c0ee6..ed03d5b5600 100644 --- a/sys/arch/armv7/omap/ommmc.c +++ b/sys/arch/armv7/omap/ommmc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ommmc.c,v 1.40 2021/10/24 17:52:27 mpi Exp $ */ +/* $OpenBSD: ommmc.c,v 1.41 2024/05/22 05:51:49 jsg Exp $ */ /* * Copyright (c) 2009 Dale Rahn <drahn@openbsd.org> @@ -206,8 +206,6 @@ struct ommmc_softc { /* Host controller functions called by the attachment driver. */ -int ommmc_host_found(struct ommmc_softc *, bus_space_tag_t, - bus_space_handle_t, bus_size_t, int); void ommmc_power(int, void *); void ommmc_shutdown(void *); int ommmc_intr(void *); |