diff options
author | toshi <toshi@FreeBSD.org> | 2000-12-20 17:10:28 +0000 |
---|---|---|
committer | toshi <toshi@FreeBSD.org> | 2000-12-20 17:10:28 +0000 |
commit | 7a403680509ad93fe524d65f6ef7da48920a1b6f (patch) | |
tree | a3712f4c39a5e97cac15b4e63cdeb969d628f39e | |
parent | a404d58b72412b5320b199f6c13342f6f8f599ef (diff) | |
download | FreeBSD-src-7a403680509ad93fe524d65f6ef7da48920a1b6f.zip FreeBSD-src-7a403680509ad93fe524d65f6ef7da48920a1b6f.tar.gz |
Fix my previous commit. Remove ed_get_Linksys() function prototypes.
-rw-r--r-- | sys/dev/ed/if_edvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h index 535146e..7dcd2f4 100644 --- a/sys/dev/ed/if_edvar.h +++ b/sys/dev/ed/if_edvar.h @@ -197,8 +197,6 @@ int ed_probe_Novell __P((device_t, int, int)); int ed_probe_Novell_generic __P((device_t, int)); int ed_probe_HP_pclanp __P((device_t, int, int)); -int ed_get_Linksys __P((device_t)); - int ed_attach __P((struct ed_softc *, int, int)); void ed_stop __P((struct ed_softc *)); void ed_pio_readmem __P((struct ed_softc *, int, unsigned char *, |