diff options
Diffstat (limited to 'include/drm/drm_drv.h')
-rw-r--r-- | include/drm/drm_drv.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/drm/drm_drv.h b/include/drm/drm_drv.h index 9c2d9f0bb043..34ece393c639 100644 --- a/include/drm/drm_drv.h +++ b/include/drm/drm_drv.h | |||
@@ -101,11 +101,8 @@ struct drm_driver { | |||
101 | * The unload() hook is called right after unregistering | 101 | * The unload() hook is called right after unregistering |
102 | * the device. | 102 | * the device. |
103 | * | 103 | * |
104 | * Returns: | ||
105 | * | ||
106 | * The return value is ignored. | ||
107 | */ | 104 | */ |
108 | int (*unload) (struct drm_device *); | 105 | void (*unload) (struct drm_device *); |
109 | int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv); | 106 | int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv); |
110 | int (*dma_quiescent) (struct drm_device *); | 107 | int (*dma_quiescent) (struct drm_device *); |
111 | int (*context_dtor) (struct drm_device *dev, int context); | 108 | int (*context_dtor) (struct drm_device *dev, int context); |