Rename omapfb panel sys entry
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 8 Feb 2009 22:33:02 +0000 (00:33 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 8 Feb 2009 22:33:02 +0000 (00:33 +0200)
Do this to prevent some userspace apps from using it, as
it is not functional anyway.

drivers/video/omap/omapfb_main.c

index 3bb4247..fa3476f 100644 (file)
@@ -1408,7 +1408,7 @@ static struct attribute *panel_attrs[] = {
 };
 
 static struct attribute_group panel_attr_grp = {
-       .name  = "panel",
+       .name  = "panel_",
        .attrs = panel_attrs,
 };