> -----Original Message----- > From: Lim, Elly Siew Chin <[email protected]> > Sent: Wednesday, March 31, 2021 10:39 PM > To: [email protected] > Cc: Marek Vasut <[email protected]>; Tan, Ley Foon > <[email protected]>; See, Chin Liang <[email protected]>; > Simon Goldschmidt <[email protected]>; Chee, Tien Fong > <[email protected]>; Westergreen, Dalon > <[email protected]>; Simon Glass <[email protected]>; Gan, > Yau Wai <[email protected]>; Lim, Elly Siew Chin > <[email protected]> > Subject: [v1 07/17] arm: socfpga: Move cm_get_mpu_clk_hz function > declaration to clock_manager.h > > Move cm_get_mpu_clk_hz function declaration from individual device's > clock manager header file to common clock_manager.h. > > Signed-off-by: Siew Chin Lim <[email protected]> > --- > arch/arm/mach-socfpga/include/mach/clock_manager.h | 1 + > arch/arm/mach-socfpga/include/mach/clock_manager_agilex.h | 2 -- > arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h | 1 - > arch/arm/mach-socfpga/include/mach/clock_manager_gen5.h | 1 - > arch/arm/mach-socfpga/include/mach/clock_manager_s10.h | 1 - > 5 files changed, 1 insertion(+), 5 deletions(-) > Reviewed-by: Ley Foon Tan <[email protected]>

