diff options
author | 2021-12-12 23:35:24 +0530 | |
---|---|---|
committer | 2022-01-06 17:57:52 -0800 | |
commit | 3663f26b389b3951426971b44bb9312fdff0efec (patch) | |
tree | 2b67cc9301b4e8f18e59aa57599d2e64ffbe4595 /include/linux/platform_data | |
parent | x86: clk: clk-fch: Add support for newer family of AMD's SOC (diff) | |
download | wireguard-linux-3663f26b389b3951426971b44bb9312fdff0efec.tar.xz wireguard-linux-3663f26b389b3951426971b44bb9312fdff0efec.zip |
drivers: acpi: acpi_apd: Remove unused device property "is-rv"
Initially "is-rv" device property is added for 48MHz fixed clock
support on Raven or RV architecture. It's unused now as we moved
to pci device_id based selection to extend such support on other
architectures. This change removed unused code from acpi driver.
Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
Reviewed-by: Mario Limonciello <Mario.Limonciello@amd.com>
Link: https://lore.kernel.org/r/20211212180527.1641362-3-AjitKumar.Pandey@amd.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/clk-fch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/clk-fch.h b/include/linux/platform_data/clk-fch.h index b9f682459f08..850ca776156d 100644 --- a/include/linux/platform_data/clk-fch.h +++ b/include/linux/platform_data/clk-fch.h @@ -12,7 +12,6 @@ struct fch_clk_data { void __iomem *base; - u32 is_rv; }; #endif /* __CLK_FCH_H */ |