platform/x86: toshiba_haps: constify haps_attr_group
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Fri, 23 Jun 2017 08:35:56 +0000 (14:05 +0530)
committerDarren Hart (VMware) <dvhart@infradead.org>
Wed, 28 Jun 2017 16:01:37 +0000 (09:01 -0700)
commit36a1f2c607fe3f196bd15a0f4cd3d727b2c9c399
tree18daee6f7e03d0403e9a817a60e0dda493933e92
parent71596f5b0e4a0071394d425d7cbcd2bfca655c61
platform/x86: toshiba_haps: constify haps_attr_group

File size before:
   text    data     bss     dec     hex filename
   1471     528       8    2007     7d7 drivers/platform/x86/toshiba_haps.o

File size After adding 'const':
   text    data     bss     dec     hex filename
   1519     464       8    1991     7c7 drivers/platform/x86/toshiba_haps.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/toshiba_haps.c