Commit 130bbe63 authored by Arvind Yadav's avatar Arvind Yadav Committed by Darren Hart (VMware)

platform/x86: eeepc-laptop: constify platform_attribute_group

File size before:
   text	   data	    bss	    dec	    hex	filename
   9934	   1136	      2	  11072	   2b40	drivers/platform/x86/eeepc-laptop.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
   9998	   1072	      2	  11072	   2b40	drivers/platform/x86/eeepc-laptop.o
Signed-off-by: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 36a1f2c6
......@@ -445,7 +445,7 @@ static struct attribute *platform_attributes[] = {
NULL
};
static struct attribute_group platform_attribute_group = {
static const struct attribute_group platform_attribute_group = {
.attrs = platform_attributes
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment