diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-08-06 20:20:44 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-19 21:15:45 +0200 |
commit | dcacbc0f9bb89ac48d5b602d27a8630e641294cc (patch) | |
tree | 5e8b80a3643a3355de06730a1cf2072c328b1f1d /sound/soc/samsung/s3c-i2s-v2.h | |
parent | ASoC: samsung: rx1950: turn into platform driver (diff) | |
download | linux-dcacbc0f9bb89ac48d5b602d27a8630e641294cc.tar.xz linux-dcacbc0f9bb89ac48d5b602d27a8630e641294cc.zip |
ASoC: samsung: s3c2412-i2s: avoid hardcoded S3C2410_PA_IIS
The constant requires indirectly including a machine header file,
but it's not actually used any more since commit 87b132bc0315 ("ASoC:
samsung: s3c24{xx,12}-i2s: port to use generic dmaengine API"), so
remove it completely.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20200806182059.2431-27-krzk@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/samsung/s3c-i2s-v2.h')
-rw-r--r-- | sound/soc/samsung/s3c-i2s-v2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/samsung/s3c-i2s-v2.h b/sound/soc/samsung/s3c-i2s-v2.h index fe42b77999fd..8c6fc0d3d77e 100644 --- a/sound/soc/samsung/s3c-i2s-v2.h +++ b/sound/soc/samsung/s3c-i2s-v2.h @@ -83,8 +83,7 @@ extern int s3c_i2sv2_iis_calc_rate(struct s3c_i2sv2_rate_calc *info, * @base: The base address for the registers. */ extern int s3c_i2sv2_probe(struct snd_soc_dai *dai, - struct s3c_i2sv2_info *i2s, - unsigned long base); + struct s3c_i2sv2_info *i2s); /** * s3c_i2sv2_cleanup - cleanup resources allocated in s3c_i2sv2_probe |