diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
| commit | 4ff3de8e80ba043f8693c6623c38c6506f113261 (patch) | |
| tree | a314bfc13d707ab8df235edc500e88916380d16d /sys/dev/fe | |
| parent | aff85b53857af77bf2a134234a45fc60d944d6d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fe')
| -rw-r--r-- | sys/dev/fe/if_fe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index b17d4fbc9973..01ec89a659f3 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -245,9 +245,6 @@ struct fe_softc { */ #define IFNET2SOFTC(P) ( ( struct fe_softc * )(P) ) -/* Public entry point. This is the only functoin which must be external. */ -void feintr ( int ); - /* Standard driver entry points. These can be static. */ int fe_probe ( struct isa_device * ); int fe_attach ( struct isa_device * ); |
