commit | 8314a1c8dd183e36342bd00c1e46b6c7e38939b1 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Fri Jun 09 11:31:44 2017 +0530 |
committer | Darren Hart (VMware) <dvhart@infradead.org> | Tue Jun 13 11:00:19 2017 -0700 |
tree | 85b262e450fef58615e6d56c0247312dc176e829 | |
parent | 2c9c56645f46c6be4e3303cf1dd25d69c674d293 [diff] |
platform/x86: samsung-laptop: constify rfkill_ops structures Add const to rfkill_ops structures that are only passed as an argument to the functions rfkill_alloc or samsung_new_rfkill. These arguments are of type const, so such structures can be annotated with const. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>