diff options
author | 2020-07-31 19:06:01 +0530 | |
---|---|---|
committer | 2020-08-07 20:11:59 +0200 | |
commit | d58669b093997e4e5f98c38a54f99761657c19d2 (patch) | |
tree | 4c65b7ae03155a442ad7b7cbcc222b6653e8a0f5 /include/linux/platform_data/clk-st.h | |
parent | i2c: designware: Add device HID for Hygon I2C controller (diff) | |
download | wireguard-linux-d58669b093997e4e5f98c38a54f99761657c19d2.tar.xz wireguard-linux-d58669b093997e4e5f98c38a54f99761657c19d2.zip |
ACPI: APD: Change name from ST to FCH
AMD SoC general pupose clk is present in new platforms with
same MMIO mappings. We can reuse the same clk handler support
for other platforms. Hence, changing name from ST(SoC) to FCH(IP)
Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/platform_data/clk-st.h')
-rw-r--r-- | include/linux/platform_data/clk-st.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/platform_data/clk-st.h b/include/linux/platform_data/clk-st.h deleted file mode 100644 index 7cdb6a402b35..000000000000 --- a/include/linux/platform_data/clk-st.h +++ /dev/null @@ -1,17 +0,0 @@ -/* SPDX-License-Identifier: MIT */ -/* - * clock framework for AMD Stoney based clock - * - * Copyright 2018 Advanced Micro Devices, Inc. - */ - -#ifndef __CLK_ST_H -#define __CLK_ST_H - -#include <linux/compiler.h> - -struct st_clk_data { - void __iomem *base; -}; - -#endif /* __CLK_ST_H */ |