diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-02-21 19:42:58 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-02-21 19:42:58 +0000 |
| commit | c9c7976f7ffdd0ed81e12d8930651a9a858defa1 (patch) | |
| tree | c4705f5f800de96d25d8356b2711c664dabcd41e /sys/dev/ti/if_ti.c | |
| parent | 7563a29b8566c3c862a995022e62a54b6c3faa6b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ti/if_ti.c')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index c5f3fc032ea2..9e8c8f1165e7 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -180,7 +180,6 @@ static struct ti_type ti_devs[] = { { 0, 0, NULL } }; -#define TI_CDEV_MAJOR 153 static d_open_t ti_open; static d_close_t ti_close; @@ -191,7 +190,6 @@ static struct cdevsw ti_cdevsw = { .d_close = ti_close, .d_ioctl = ti_ioctl2, .d_name = "ti", - .d_maj = TI_CDEV_MAJOR, }; static int ti_probe (device_t); |
