diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-06-20 22:43:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-17 16:13:54 +0200 |
commit | ceb8a12ff2d4b085f7cee1ac44523ee63ce51e20 (patch) | |
tree | 9a20c66f64e0c31dd5e3cd4b5d5be46201cebb67 /drivers/nvmem | |
parent | 496f8931b6460febac1dc91c03e86530f938483a (diff) | |
download | linux-ceb8a12ff2d4b085f7cee1ac44523ee63ce51e20.tar.bz2 |
drivers/fsi: fix fsi_slave_mode prototype
gcc warns about the return type of this function:
drivers/fsi/fsi-core.c:535:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
This removes the 'const' attribute, as suggested by the warning.
Fixes: 2b37c3e285f9 ("drivers/fsi: Set slave SMODE to init communication")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/nvmem')
0 files changed, 0 insertions, 0 deletions