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)
commit6abf4a2f80eab562a41dff1ade14e2d85743bc9f
tree3d61216d4977fcbe675a8c580a06ce66d3aaf5c6
parent269b3a9ac538c4ae87f84be640b9fa89914a2489
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: acfaaf52ebfd ("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