mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-06 03:56:43 +07:00
omapfb: panel-dsi-cm: constify dsicm_attr_group
File size before: text data bss dec hex filename 4657 464 0 5121 1401 drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.o File size after adding 'const': text data bss dec hex filename 4713 400 0 5113 13f9 drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.o Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
This commit is contained in:
parent
6af574e826
commit
5ffe80c1fa
@ -559,7 +559,7 @@ static struct attribute *dsicm_attrs[] = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
static struct attribute_group dsicm_attr_group = {
|
||||
static const struct attribute_group dsicm_attr_group = {
|
||||
.attrs = dsicm_attrs,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user