diff options
Diffstat (limited to 'sys/dev/fe/if_fe.c')
-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 b17d4fb..01ec89a 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 * ); |