Merge branch 'v2.6.34-rc2' into drm-linus
[cascardo/linux.git] / drivers / gpu / drm / ttm / ttm_memory.c
index f9d6b35..c40e5f4 100644 (file)
@@ -152,7 +152,7 @@ static struct attribute *ttm_mem_zone_attrs[] = {
        NULL
 };
 
-static struct sysfs_ops ttm_mem_zone_ops = {
+static const struct sysfs_ops ttm_mem_zone_ops = {
        .show = &ttm_mem_zone_show,
        .store = &ttm_mem_zone_store
 };