diff options
Diffstat (limited to 'sys/dev/drm/mach64_drv.c')
-rw-r--r-- | sys/dev/drm/mach64_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/drm/mach64_drv.c b/sys/dev/drm/mach64_drv.c index b312f48..7ab9683 100644 --- a/sys/dev/drm/mach64_drv.c +++ b/sys/dev/drm/mach64_drv.c @@ -86,8 +86,6 @@ mach64_attach(device_t nbdev) { struct drm_device *dev = device_get_softc(nbdev); - bzero(dev, sizeof(struct drm_device)); - dev->driver = malloc(sizeof(struct drm_driver_info), M_DRM, M_WAITOK | M_ZERO); |