diff options
Diffstat (limited to 'sys/dev/tga/tga_pci.c')
-rw-r--r-- | sys/dev/tga/tga_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/tga/tga_pci.c b/sys/dev/tga/tga_pci.c index 63f9c5a..ffa5deb 100644 --- a/sys/dev/tga/tga_pci.c +++ b/sys/dev/tga/tga_pci.c @@ -105,7 +105,6 @@ static struct cdevsw tga_cdevsw = { .d_ioctl = pcigfb_ioctl, .d_mmap = pcigfb_mmap, .d_name = "tga", - .d_maj = -1, }; #endif /* FB_INSTALL_CDEV */ |