summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp.c
diff options
context:
space:
mode:
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 2ae2b72..6f09660 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;
OpenPOWER on IntegriCloud