]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
misc: pch_phub: Drop two unused functions
authorUwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Thu, 21 May 2026 10:46:35 +0000 (12:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 May 2026 11:47:34 +0000 (13:47 +0200)
commitd14b649fd99f1691848bc57789c2cf6908e3d4dc
treecde9b2b50144116ac1674df34f73ad66b1c93e45
parente8c715f3a7dae43fabae261493a26474fec11863
misc: pch_phub: Drop two unused functions

The two functions are unused since commit 34afa1d657d4
("misc/pch_phub.c: use generic power management") but the compiler
didn't warn about it because the same commit marked the functions as
__maybe_unsed.

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/aaa24e2dbb2be5fb2dffa61c89fc190aaa391ad0.1779360001.git.u.kleine-koenig@baylibre.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/pch_phub.c