serial: sifive: Declare PM operations as static
authorSamuel Holland <samuel.holland@sifive.com>
Mon, 13 Nov 2023 02:31:19 +0000 (18:31 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Nov 2023 19:31:18 +0000 (19:31 +0000)
commit17fabec94d61c27d7efdc66301f1508dc223e291
treea525afb17ffea6c9e28135a0a2a75468705ed614
parentaa46b225ebbfa7ff96aef431879e8bbc159071e5
serial: sifive: Declare PM operations as static

They are only used within this file, so they should have static linkage.

Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
Link: https://lore.kernel.org/r/20231113023122.1185407-1-samuel.holland@sifive.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sifive.c