diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-02-03 19:58:28 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-02-03 19:58:28 +0000 |
| commit | 41ba7e9b13c4c50e6110d72e5a9eb9b91fe981fd (patch) | |
| tree | f22d7cb17f77953696672862fe82baf97908f1ce /sys/dev/snp | |
| parent | e2f76cae05cc2e25a4981f9cbe54aee768bcf738 (diff) | |
Notes
Diffstat (limited to 'sys/dev/snp')
| -rw-r--r-- | sys/dev/snp/snp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 8d6485c72d48..4a480372eba6 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -127,7 +127,6 @@ snp_open(struct cdev *dev, int flag, int mode, struct thread *td) /* Allocate per-snoop data. */ ss = malloc(sizeof(struct snp_softc), M_SNP, M_WAITOK|M_ZERO); - ttyoutq_init(&ss->snp_outq); cv_init(&ss->snp_outwait, "snp out"); devfs_set_cdevpriv(ss, snp_dtor); |
