drm/radeon: Mark all possible functions / structs as static
[linux-2.6-block.git] / drivers / gpu / drm / radeon / r600_cs.c
index f37676d7f217c56373ba55e7c883098b5736d1f7..32fbdf9ff265b200b02e95065387d09147235589 100644 (file)
@@ -847,7 +847,7 @@ static int r600_cs_track_check(struct radeon_cs_parser *p)
  * Assume that chunk_ib_index is properly set. Will return -EINVAL
  * if packet is bigger than remaining ib size. or if packets is unknown.
  **/
-int r600_cs_packet_parse(struct radeon_cs_parser *p,
+static int r600_cs_packet_parse(struct radeon_cs_parser *p,
                        struct radeon_cs_packet *pkt,
                        unsigned idx)
 {