platform/x86: amd: pmc: Remove __maybe_unused from amd_pmc_suspend_handler()
authorHans de Goede <hdegoede@redhat.com>
Mon, 10 Apr 2023 19:35:12 +0000 (21:35 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 11 Apr 2023 08:41:53 +0000 (10:41 +0200)
commit5b309e80f457ebb41770e0122766825a78cfc11b
treeb0ae20d4fa8e5dea3dd8670e6fa1a2335fcb7071
parent336ba968d3e30038c13b03a71f5a672db6c9e303
platform/x86: amd: pmc: Remove __maybe_unused from amd_pmc_suspend_handler()

Now that the pmc code has switched to DEFINE_SIMPLE_DEV_PM_OPS()
the __maybe_unused is no longer necessary, drop it.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20230410193512.64232-1-hdegoede@redhat.com
drivers/platform/x86/amd/pmc.c