wlcore: add const to bin_attribute structure
commit4f2949febc22260f217e5459afef6c1b90bb049c
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 2 Aug 2017 17:57:13 +0000 (2 23:27 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 8 Aug 2017 11:52:35 +0000 (8 14:52 +0300)
tree8728d09b1700128230b816b6cb7a10dbc5640050
parent8b943e36e24a247d96f79d679ce1d97a17507106
wlcore: add const to bin_attribute structure

Add const to bin_attribute structure as it is only passed to the
functions sysfs_{remove/create}_bin_file. The corresponding arguments
are of type const, so declare the structure to be const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ti/wlcore/sysfs.c