git: d0eabbc5324f - main - drm2: Remove unused drm_devclass.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 May 2022 17:36:38 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=d0eabbc5324fc8ccc90017212d570311713353bc commit d0eabbc5324fc8ccc90017212d570311713353bc Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-05-10 17:21:39 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-05-10 17:21:39 +0000 drm2: Remove unused drm_devclass. --- sys/dev/drm2/drm_os_freebsd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/drm2/drm_os_freebsd.c b/sys/dev/drm2/drm_os_freebsd.c index 97fac331871d..19a96d8a1c99 100644 --- a/sys/dev/drm2/drm_os_freebsd.c +++ b/sys/dev/drm2/drm_os_freebsd.c @@ -7,8 +7,6 @@ __FBSDID("$FreeBSD$"); #include <dev/agp/agpreg.h> #include <dev/pci/pcireg.h> -devclass_t drm_devclass; - MALLOC_DEFINE(DRM_MEM_DMA, "drm_dma", "DRM DMA Data Structures"); MALLOC_DEFINE(DRM_MEM_SAREA, "drm_sarea", "DRM SAREA Data Structures"); MALLOC_DEFINE(DRM_MEM_DRIVER, "drm_driver", "DRM DRIVER Data Structures");