]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/gpu/drm/ttm/ttm_bo.c
Driver core: Constify struct sysfs_ops in struct kobj_type
[net-next-2.6.git] / drivers / gpu / drm / ttm / ttm_bo.c
index c7320ce4567de25569eb23c6fe352ae9f62a3bf9..89c38c49066f2d87a69ecf58d528f2cf209a26af 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
 };