aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ray/if_rayvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ray/if_rayvar.h')
-rw-r--r--sys/dev/ray/if_rayvar.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/ray/if_rayvar.h b/sys/dev/ray/if_rayvar.h
index 675fe07dad80..a1fbcb1adbf3 100644
--- a/sys/dev/ray/if_rayvar.h
+++ b/sys/dev/ray/if_rayvar.h
@@ -90,11 +90,6 @@ struct ray_softc {
TAILQ_HEAD(ray_comq, ray_comq_entry)
sc_comq; /* Command queue */
-#if XXX_IOCTLLOCK
- int sc_ioctl_lock; /* IOCTL lock */
- int sc_ioctl_cnt; /* IOCTL lock count */
-#endif /* XXX_IOCTLLOCK */
-
struct ray_nw_param sc_c; /* current network params */
struct ray_nw_param sc_d; /* desired network params */
int sc_havenet; /* true if we have a network */