aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tga
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-02-27 22:11:02 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-02-27 22:11:02 +0000
commit78b7c8d68dac914c611a79fa69f09344d4897bdb (patch)
tree08873a2083275a0cee252280386e3e2c6db47625 /sys/dev/tga
parent0b42f340591a6d573774843485c39cea23a35d1b (diff)
downloadsrc-78b7c8d68dac914c611a79fa69f09344d4897bdb.tar.gz
src-78b7c8d68dac914c611a79fa69f09344d4897bdb.zip
Use dynamic major number allocation.
Notes
Notes: svn path=/head/; revision=142715
Diffstat (limited to 'sys/dev/tga')
-rw-r--r--sys/dev/tga/tga_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/tga/tga_pci.c b/sys/dev/tga/tga_pci.c
index 63f9c5a32b92..ffa5deb6e8f8 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 */