drm/radeon: Mark all possible functions / structs as static
[linux-2.6-block.git] / drivers / gpu / drm / radeon / radeon_ttm.c
index 5b71c716d83f1845d9672b5c1cd5bd9bdb5022ba..5ebe1b3e5db2a532affd334f9f916310ed23f65c 100644 (file)
@@ -549,7 +549,7 @@ static struct ttm_backend_func radeon_backend_func = {
        .destroy = &radeon_ttm_backend_destroy,
 };
 
-struct ttm_tt *radeon_ttm_tt_create(struct ttm_bo_device *bdev,
+static struct ttm_tt *radeon_ttm_tt_create(struct ttm_bo_device *bdev,
                                    unsigned long size, uint32_t page_flags,
                                    struct page *dummy_read_page)
 {