]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: txx9: add back the hack for a too small resource_size_t
authorChristoph Hellwig <hch@lst.de>
Tue, 21 Apr 2020 17:11:36 +0000 (19:11 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 21 Apr 2020 18:01:50 +0000 (20:01 +0200)
commit0d1bc665d33c2541a09ca48b360d93d77b2289d5
tree3d61216d4977fcbe675a8c580a06ce66d3aaf5c6
parent6ed1543201d3bff3b403eb0bb19e56e218b3a61f
ASoC: txx9: add back the hack for a too small resource_size_t

Looks like I misread the Kconfig magic and this driver can be compiled
into 32-bit kernels.  Add back the hack to extent the range of the
resource_size_t, and include the header with the txx9-specific ioremap
magic for that.

Fixes: e128803c0649 ("ASoC: txx9: don't work around too small resource_size_t")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
sound/soc/txx9/txx9aclc-ac97.c