diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-02-01 07:00:26 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-02-01 07:00:26 +0000 |
commit | 55b74808165d35e5303e07c2949752f62db6da38 (patch) | |
tree | 3f93836bc550a8fc3264991b31a006d5f03bf2c9 /sys/dev | |
parent | a52e3cf68148f9206c252a934f081ccb6e4d7698 (diff) |
remove prototypes for non-existant functions.
ok deraadt@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/gem.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c index 2cc014baac1..7703d08efb0 100644 --- a/sys/dev/ic/gem.c +++ b/sys/dev/ic/gem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gem.c,v 1.35 2003/12/29 23:06:55 brad Exp $ */ +/* $OpenBSD: gem.c,v 1.36 2004/02/01 07:00:25 brad Exp $ */ /* $NetBSD: gem.c,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -114,12 +114,9 @@ int gem_mediachange(struct ifnet *); void gem_mediastatus(struct ifnet *, struct ifmediareq *); struct mbuf *gem_get(struct gem_softc *, int, int); -int gem_put(struct gem_softc *, int, struct mbuf *); -void gem_read(struct gem_softc *, int, int); int gem_eint(struct gem_softc *, u_int); int gem_rint(struct gem_softc *); int gem_tint(struct gem_softc *, u_int32_t); -void gem_power(int, void *); #ifdef GEM_DEBUG #define DPRINTF(sc, x) if ((sc)->sc_arpcom.ac_if.if_flags & IFF_DEBUG) \ |