summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorDave Airlie2012-05-26 18:34:24 +0200
committerDave Airlie2012-05-29 12:01:45 +0200
commitc4c7f3149ba0b510047cb95d10f26ae1f6b89bc7 (patch)
tree56eff3cf28fbb6d46fcf72102120a664231c0059 /drivers/gpu/drm/radeon/radeon.h
parentMerge branch 'for-linus' of git://git.open-osd.org/linux-open-osd (diff)
downloadkernel-qcow2-linux-c4c7f3149ba0b510047cb95d10f26ae1f6b89bc7.tar.gz
kernel-qcow2-linux-c4c7f3149ba0b510047cb95d10f26ae1f6b89bc7.tar.xz
kernel-qcow2-linux-c4c7f3149ba0b510047cb95d10f26ae1f6b89bc7.zip
radeon: make radeon_cs_update_pages static.
Just move its only caller into the same file as it and make it static. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 1dc3a4aba020..492654f8ee74 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -848,7 +848,6 @@ struct radeon_cs_parser {
s32 priority;
};
-extern int radeon_cs_update_pages(struct radeon_cs_parser *p, int pg_idx);
extern int radeon_cs_finish_pages(struct radeon_cs_parser *p);
extern u32 radeon_get_ib_value(struct radeon_cs_parser *p, int idx);