aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-02-21 19:42:58 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-02-21 19:42:58 +0000
commitc9c7976f7ffdd0ed81e12d8930651a9a858defa1 (patch)
treec4705f5f800de96d25d8356b2711c664dabcd41e /sys/dev/fb
parent7563a29b8566c3c862a995022e62a54b6c3faa6b (diff)
Notes
Diffstat (limited to 'sys/dev/fb')
-rw-r--r--sys/dev/fb/fb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c
index c47bd128a519..5ce670841029 100644
--- a/sys/dev/fb/fb.c
+++ b/sys/dev/fb/fb.c
@@ -361,7 +361,6 @@ static d_write_t fbwrite;
static d_ioctl_t fbioctl;
static d_mmap_t fbmmap;
-#define CDEV_MAJOR 123 /* XXX */
static struct cdevsw fb_cdevsw = {
.d_open = fbopen,
@@ -371,7 +370,6 @@ static struct cdevsw fb_cdevsw = {
.d_ioctl = fbioctl,
.d_mmap = fbmmap,
.d_name = FB_DRIVER_NAME,
- .d_maj = CDEV_MAJOR,
};
#endif