diff options
author | Warner Losh <imp@FreeBSD.org> | 2003-10-23 04:53:33 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2003-10-23 04:53:33 +0000 |
commit | 1d4cc96d96153177eddb4db3710f6300401f1e73 (patch) | |
tree | 213b973392b497d7b2dd387e2b9eb0e221303322 /sys/dev/vx | |
parent | 8abef7fd9b093c9c9f548cea238eb7ecc42b9bd7 (diff) | |
download | src-1d4cc96d96153177eddb4db3710f6300401f1e73.tar.gz src-1d4cc96d96153177eddb4db3710f6300401f1e73.zip |
more unused item cleanup
Notes
Notes:
svn path=/head/; revision=121391
Diffstat (limited to 'sys/dev/vx')
-rw-r--r-- | sys/dev/vx/if_vxreg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h index a6a95cd18cf5..c57e9f8fc97e 100644 --- a/sys/dev/vx/if_vxreg.h +++ b/sys/dev/vx/if_vxreg.h @@ -461,9 +461,7 @@ struct vx_softc { #define VX_CONNECTORS 8 -extern struct vx_softc *vx_softc[]; extern u_long vx_count; -extern struct vx_softc *vxalloc(int); extern void vxfree(struct vx_softc *); extern int vxattach(struct vx_softc *); extern void vxstop(struct vx_softc *); |