regmap: mmio: Remove unused 64-bit support code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 22 Jun 2023 18:36:13 +0000 (21:36 +0300)
committerMark Brown <broonie@kernel.org>
Sun, 9 Jul 2023 21:48:46 +0000 (22:48 +0100)
commit875403a7b524e9523e49dd32662adbc3e48cc12a
treeac290844455528a520386b481591f6103d0cda88
parent039fd2e4134b7b880ba83f40a136df440047594a
regmap: mmio: Remove unused 64-bit support code

regmap API does not support 64-bit data size, so
there is no point to have it in regmap MMIO.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230622183613.58762-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-mmio.c