From 6dfe3e719cd37bb8f5bd83d5027005f66bc131a0 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Mon, 9 Feb 2009 00:33:02 +0200 Subject: [PATCH] Rename omapfb panel sys entry Do this to prevent some userspace apps from using it, as it is not functional anyway. --- drivers/video/omap/omapfb_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/omap/omapfb_main.c b/drivers/video/omap/omapfb_main.c index 3bb4247cc2e6..fa3476fcbb9f 100644 --- a/drivers/video/omap/omapfb_main.c +++ b/drivers/video/omap/omapfb_main.c @@ -1408,7 +1408,7 @@ static struct attribute *panel_attrs[] = { }; static struct attribute_group panel_attr_grp = { - .name = "panel", + .name = "panel_", .attrs = panel_attrs, }; -- 2.39.2