diff options
Diffstat (limited to 'sys/dev/pci/drm/mga_drv.h')
-rw-r--r-- | sys/dev/pci/drm/mga_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/mga_drv.h b/sys/dev/pci/drm/mga_drv.h index 74d23a554bd..59f770c28e8 100644 --- a/sys/dev/pci/drm/mga_drv.h +++ b/sys/dev/pci/drm/mga_drv.h @@ -160,8 +160,6 @@ extern int mga_dma_reset(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int mga_dma_buffers(struct drm_device *dev, void *data, struct drm_file *file_priv); -extern int mga_driver_load(struct drm_device *dev, unsigned long flags); -extern int mga_driver_unload(struct drm_device * dev); extern void mga_driver_lastclose(struct drm_device * dev); extern int mga_driver_dma_quiescent(struct drm_device * dev); extern int mga_dma_swap(struct drm_device *, void *, struct drm_file *); |