winsys/radeon: remove the device file descriptor from the interface

r600g doesn't need it anymore.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Marek Olšák 2011-08-04 06:19:17 +02:00
parent 041ed559e1
commit efbccfeca0
2 changed files with 0 additions and 2 deletions

View File

@ -316,7 +316,6 @@ struct radeon_winsys *radeon_drm_winsys_create(int fd)
}
ws->fd = fd;
ws->info.fd = fd;
if (!do_winsys_init(ws))
goto fail;

View File

@ -73,7 +73,6 @@ struct radeon_info {
uint32_t pci_id;
uint32_t gart_size;
uint32_t vram_size;
uint32_t fd; /* XXX transitional */
uint32_t drm_major; /* version */
uint32_t drm_minor;