aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 04909a80735d..50a54c069518 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -767,7 +767,6 @@ struct drm_bus {
767 struct drm_unique *unique); 767 struct drm_unique *unique);
768 int (*irq_by_busid)(struct drm_device *dev, struct drm_irq_busid *p); 768 int (*irq_by_busid)(struct drm_device *dev, struct drm_irq_busid *p);
769 /* hooks that are for PCI */ 769 /* hooks that are for PCI */
770 void (*agp_init)(struct drm_device *dev);
771 void (*agp_destroy)(struct drm_device *dev); 770 void (*agp_destroy)(struct drm_device *dev);
772 771
773}; 772};