[PATCH v2] platform/x86: ideapad-laptop: constify rfkill_ops structure

2017-06-09 Thread Bhumika Goyal
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 --- Changes since v1: * Split the changes to one patch per vendor.

[PATCH v2] platform/x86: ideapad-laptop: constify rfkill_ops structure

2017-06-09 Thread Bhumika Goyal
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 --- Changes since v1: * Split the changes to one patch per vendor.