spi: Remove the obsolte u64_stats_fetch_*_irq() users.
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Oct 2022 12:29:51 +0000 (14:29 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 26 Oct 2022 13:18:39 +0000 (14:18 +0100)
commit93cc2559d3fdcd28b1a7972ab519a6cd8ba20f9d
tree5a05b870931d669f9557b4b24fa673ab207fe42c
parent55201afd6e8ad6b5e349bff32331806e17c5d57e
spi: Remove the obsolte u64_stats_fetch_*_irq() users.

Now that the 32bit UP oddity is gone and 32bit uses always a sequence
count, there is no need for the fetch_irq() variants anymore.

Convert to the regular interface.

Cc: Mark Brown <broonie@kernel.org>
Cc: linux-spi@vger.kernel.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20221026122951.331638-1-bigeasy@linutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c