diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-08-03 21:30:20 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-08-07 12:33:51 +0100 |
commit | 92ff5d085ecc8255600551055262bf98a8f3f1d0 (patch) | |
tree | 556d63aa12be2b28c12afca932285bf1588589d4 /fs/qnx6/Makefile | |
parent | 47bea0c836867b6b1cdb714d58f2bfc8e2f5c386 (diff) | |
download | linux-92ff5d085ecc8255600551055262bf98a8f3f1d0.tar.gz |
ASoC: sunxi: make snd_soc_codec_driver structures as const
Declare snd_soc_codec_driver structures as const as they are either
passed as an argument to the function snd_soc_register_codec or stored as
reference in field codec of type sun4i_codec_quirks. Both the fucntion
argument and the codec field are of type const, so declare the
structures with this property as const.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'fs/qnx6/Makefile')
0 files changed, 0 insertions, 0 deletions