diff options
Diffstat (limited to 'drivers/gpu/drm/drm_internal.h')
-rw-r--r-- | drivers/gpu/drm/drm_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_internal.h b/drivers/gpu/drm/drm_internal.h index 5cf9e03b5457..116de27cf8f3 100644 --- a/drivers/gpu/drm/drm_internal.h +++ b/drivers/gpu/drm/drm_internal.h | |||
@@ -32,6 +32,7 @@ void drm_lastclose(struct drm_device *dev); | |||
32 | int drm_irq_by_busid(struct drm_device *dev, void *data, | 32 | int drm_irq_by_busid(struct drm_device *dev, void *data, |
33 | struct drm_file *file_priv); | 33 | struct drm_file *file_priv); |
34 | void drm_pci_agp_destroy(struct drm_device *dev); | 34 | void drm_pci_agp_destroy(struct drm_device *dev); |
35 | int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master); | ||
35 | 36 | ||
36 | /* drm_prime.c */ | 37 | /* drm_prime.c */ |
37 | int drm_prime_handle_to_fd_ioctl(struct drm_device *dev, void *data, | 38 | int drm_prime_handle_to_fd_ioctl(struct drm_device *dev, void *data, |