commit | 3d59dfcd1f2610d26da2cf19646ace6692c521dc | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Fri Jun 09 11:38:18 2017 +0530 |
committer | Darren Hart (VMware) <dvhart@infradead.org> | Tue Jun 13 11:00:20 2017 -0700 |
tree | d03b7f89401d1e58052e83de993e7f55cd1c3035 | |
parent | 8314a1c8dd183e36342bd00c1e46b6c7e38939b1 [diff] |
platform/x86: ideapad-laptop: constify rfkill_ops structure Add const to rfkill_ops structure as it is only passed as an argument to the functions rfkill_alloc. This argument is of type const, so annotate the structure with const. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>