diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-08-25 07:31:02 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-27 22:19:29 +0400 |
commit | 014fd22ef9c6a7e9536b7e16635714a1a34810a8 (patch) | |
tree | b3b74ed97784541fce9ee9249dc44ed6f0658c64 /sound/soc/fsl/fsl_sai.h | |
parent | 664915074e750614c5d140093d5098a165a24e3d (diff) | |
download | linux-014fd22ef9c6a7e9536b7e16635714a1a34810a8.tar.xz |
ASoC: fsl-sai: Convert to use regmap framework's endianness method.
Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/fsl_sai.h')
-rw-r--r-- | sound/soc/fsl/fsl_sai.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h index 0e6c9f595d75..20e3e53ce6ea 100644 --- a/sound/soc/fsl/fsl_sai.h +++ b/sound/soc/fsl/fsl_sai.h @@ -131,7 +131,6 @@ struct fsl_sai { struct clk *bus_clk; struct clk *mclk_clk[FSL_SAI_MCLK_MAX]; - bool big_endian_regs; bool big_endian_data; bool is_dsp_mode; bool sai_on_imx; |