summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/urio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/urio.c')
-rw-r--r--sys/dev/usb/urio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c
index 6614a33..57979cd 100644
--- a/sys/dev/usb/urio.c
+++ b/sys/dev/usb/urio.c
@@ -115,7 +115,6 @@ d_read_t urioread;
d_write_t uriowrite;
d_ioctl_t urioioctl;
-#define URIO_CDEV_MAJOR 143
Static struct cdevsw urio_cdevsw = {
.d_open = urioopen,
@@ -124,7 +123,6 @@ Static struct cdevsw urio_cdevsw = {
.d_write = uriowrite,
.d_ioctl = urioioctl,
.d_name = "urio",
- .d_maj = URIO_CDEV_MAJOR,
#if __FreeBSD_version < 500014
.d_bmaj = -1
#endif
OpenPOWER on IntegriCloud