summaryrefslogtreecommitdiff
path: root/sys/pci/agp.c
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/pci/agp.c
parent7563a29b8566c3c862a995022e62a54b6c3faa6b (diff)
Notes
Diffstat (limited to 'sys/pci/agp.c')
-rw-r--r--sys/pci/agp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pci/agp.c b/sys/pci/agp.c
index 2ae2b72e20ad..6f09660fad6a 100644
--- a/sys/pci/agp.c
+++ b/sys/pci/agp.c
@@ -63,7 +63,6 @@ MODULE_VERSION(agp, 1);
MALLOC_DEFINE(M_AGP, "agp", "AGP data structures");
-#define CDEV_MAJOR 148
/* agp_drv.c */
static d_open_t agp_open;
static d_close_t agp_close;
@@ -76,7 +75,6 @@ static struct cdevsw agp_cdevsw = {
.d_ioctl = agp_ioctl,
.d_mmap = agp_mmap,
.d_name = "agp",
- .d_maj = CDEV_MAJOR,
};
static devclass_t agp_devclass;