diff options
| author | Thomas Weißschuh <[email protected]> | 2025-01-03 23:05:14 +0000 |
|---|---|---|
| committer | Ilpo Järvinen <[email protected]> | 2025-01-09 11:40:27 +0000 |
| commit | 6af39604c788d9df0ca697bab603202cf74c1a8c (patch) | |
| tree | b4fbce5d2b8bc707cb88d6826293ea7fe3644acb /drivers/platform/x86/firmware_attributes_class.h | |
| parent | platform/x86: dell-sysman: Directly use firmware_attributes_class (diff) | |
| download | kernel-6af39604c788d9df0ca697bab603202cf74c1a8c.tar.gz kernel-6af39604c788d9df0ca697bab603202cf74c1a8c.zip | |
platform/x86: firmware_attributes_class: Drop lifecycle functions
There are no users left.
Signed-off-by: Thomas Weißschuh <[email protected]>
Reviewed-by: Armin Wolf <[email protected]>
Reviewed-by: Mario Limonciello <[email protected]>
Reviewed-by: Mark Pearson <[email protected]>
Tested-by: Mark Pearson <[email protected]>
Link: https://lore.kernel.org/r/20250104-firmware-attributes-simplify-v1-6-949f9709e405@weissschuh.net
Reviewed-by: Ilpo Järvinen <[email protected]>
Signed-off-by: Ilpo Järvinen <[email protected]>
Diffstat (limited to 'drivers/platform/x86/firmware_attributes_class.h')
| -rw-r--r-- | drivers/platform/x86/firmware_attributes_class.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/x86/firmware_attributes_class.h b/drivers/platform/x86/firmware_attributes_class.h index ef6c3764a834..d27abe54fcf9 100644 --- a/drivers/platform/x86/firmware_attributes_class.h +++ b/drivers/platform/x86/firmware_attributes_class.h @@ -8,7 +8,5 @@ #include <linux/device/class.h> extern const struct class firmware_attributes_class; -int fw_attributes_class_get(const struct class **fw_attr_class); -int fw_attributes_class_put(void); #endif /* FW_ATTR_CLASS_H */ |
