aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_bufs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/drm/drm_bufs.c')
-rw-r--r--drivers/char/drm/drm_bufs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/drm/drm_bufs.c b/drivers/char/drm/drm_bufs.c
index d0b1eb6ba6ca..06b01215fdf3 100644
--- a/drivers/char/drm/drm_bufs.c
+++ b/drivers/char/drm/drm_bufs.c
@@ -410,7 +410,7 @@ static void drm_cleanup_buf_error(drm_device_t *dev, drm_buf_entry_t *entry)
410 * reallocates the buffer list of the same size order to accommodate the new 410 * reallocates the buffer list of the same size order to accommodate the new
411 * buffers. 411 * buffers.
412 */ 412 */
413static int drm_addbufs_agp(drm_device_t *dev, drm_buf_desc_t *request) 413int drm_addbufs_agp(drm_device_t *dev, drm_buf_desc_t *request)
414{ 414{
415 drm_device_dma_t *dma = dev->dma; 415 drm_device_dma_t *dma = dev->dma;
416 drm_buf_entry_t *entry; 416 drm_buf_entry_t *entry;
@@ -564,7 +564,7 @@ static int drm_addbufs_agp(drm_device_t *dev, drm_buf_desc_t *request)
564EXPORT_SYMBOL(drm_addbufs_agp); 564EXPORT_SYMBOL(drm_addbufs_agp);
565#endif /* __OS_HAS_AGP */ 565#endif /* __OS_HAS_AGP */
566 566
567static int drm_addbufs_pci(drm_device_t *dev, drm_buf_desc_t *request) 567int drm_addbufs_pci(drm_device_t *dev, drm_buf_desc_t *request)
568{ 568{
569 drm_device_dma_t *dma = dev->dma; 569 drm_device_dma_t *dma = dev->dma;
570 int count; 570 int count;