]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
platform/x86: eeepc-laptop: constify platform_attribute_group
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Fri, 23 Jun 2017 09:10:51 +0000 (14:40 +0530)
committerDarren Hart (VMware) <dvhart@infradead.org>
Sat, 1 Jul 2017 03:13:01 +0000 (20:13 -0700)
commit130bbe6328c9edec37f59e4582cec5e43512b8e6
tree6a13525b7f15b96ddb909103e5fab6ec80ee29a0
parent36a1f2c607fe3f196bd15a0f4cd3d727b2c9c399
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: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/eeepc-laptop.c