projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336ba96
)
platform/x86: amd: pmc: Remove __maybe_unused from amd_pmc_suspend_handler()
author
Hans de Goede
<hdegoede@redhat.com>
Mon, 10 Apr 2023 19:35:12 +0000
(21:35 +0200)
committer
Hans de Goede
<hdegoede@redhat.com>
Tue, 11 Apr 2023 08:41:53 +0000
(10:41 +0200)
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
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/amd/pmc.c
b/drivers/platform/x86/amd/pmc.c
index b921d37ed706f0d977c16fdd40be25ece06f3634..877b629e5caed8648e6d813da29ffda782f3c792 100644
(file)
--- a/
drivers/platform/x86/amd/pmc.c
+++ b/
drivers/platform/x86/amd/pmc.c
@@
-859,7
+859,7
@@
static struct acpi_s2idle_dev_ops amd_pmc_s2idle_dev_ops = {
.restore = amd_pmc_s2idle_restore,
};
-static int
__maybe_unused
amd_pmc_suspend_handler(struct device *dev)
+static int amd_pmc_suspend_handler(struct device *dev)
{
struct amd_pmc_dev *pdev = dev_get_drvdata(dev);