aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/gtt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/gma500/gtt.c')
-rw-r--r--drivers/gpu/drm/gma500/gtt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/gtt.c b/drivers/gpu/drm/gma500/gtt.c
index 76aea2e7fb9d..3f4f424196b2 100644
--- a/drivers/gpu/drm/gma500/gtt.c
+++ b/drivers/gpu/drm/gma500/gtt.c
@@ -131,7 +131,7 @@ static int psb_gtt_insert(struct drm_device *dev, struct gtt_range *r,
131 * page table entries with the dummy page. This is protected via the gtt 131 * page table entries with the dummy page. This is protected via the gtt
132 * mutex which the caller must hold. 132 * mutex which the caller must hold.
133 */ 133 */
134void psb_gtt_remove(struct drm_device *dev, struct gtt_range *r) 134static void psb_gtt_remove(struct drm_device *dev, struct gtt_range *r)
135{ 135{
136 struct drm_psb_private *dev_priv = dev->dev_private; 136 struct drm_psb_private *dev_priv = dev->dev_private;
137 u32 __iomem *gtt_slot; 137 u32 __iomem *gtt_slot;