]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/ttm/ttm_bo.c
Merge branch 'v2.6.34-rc2' into drm-linus
[karo-tx-linux.git] / drivers / gpu / drm / ttm / ttm_bo.c
index 9db02bb3e3feda36174578ffc270a4bcc8a4f868..dd47b2a9a791fc2f539c0df6cf797661570c47dc 100644 (file)
@@ -128,7 +128,7 @@ static struct attribute *ttm_bo_global_attrs[] = {
        NULL
 };
 
-static struct sysfs_ops ttm_bo_global_ops = {
+static const struct sysfs_ops ttm_bo_global_ops = {
        .show = &ttm_bo_global_show
 };