diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-08-02 17:09:32 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-28 18:15:16 +0300 |
commit | 061c0958de2e5994c81991852f5a33ffe9da810a (patch) | |
tree | 394895bbc71a1a347be264b6fd1ed93753412c3f /drivers/fsi/fsi-scom.c | |
parent | 8f3addf1b451784104ba3593d80702b4815d5a94 (diff) | |
download | linux-061c0958de2e5994c81991852f5a33ffe9da810a.tar.xz |
drivers/fsi: add const to bin_attribute structures
Declare bin_attribute structures as const as they are only passed as an
argument to the function device_create_bin_file. This argument is of
type const, so declare the structure as const.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fsi/fsi-scom.c')
0 files changed, 0 insertions, 0 deletions