hpet: remove unused writeq/readq function definitions
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 25 Jan 2022 14:03:52 +0000 (14:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Feb 2022 15:45:39 +0000 (16:45 +0100)
commitb86f32951d173b43d1db8de883473fc53dc3c772
treeb42232188e6c0b747191cf3f68305fb74377b40a
parent7163ae1642aecbc90f06e4b646ca711f0ec4d552
hpet: remove unused writeq/readq function definitions

On all arch using hpet, only i386 miss writeq/readq.
Instead of rewriting them, use linux/io-64-nonatomic-lo-hi.h which
already have them.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Link: https://lore.kernel.org/r/20220125140352.4085290-1-clabbe@baylibre.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/hpet.c