mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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 <elly.siew.chin.lim@intel.com>
This commit is contained in:
parent
14b7fba31f
commit
d6fee20d5f
5 changed files with 1 additions and 5 deletions
|
@ -6,8 +6,6 @@
|
|||
#ifndef _CLOCK_MANAGER_AGILEX_
|
||||
#define _CLOCK_MANAGER_AGILEX_
|
||||
|
||||
unsigned long cm_get_mpu_clk_hz(void);
|
||||
|
||||
#include <asm/arch/clock_manager_soc64.h>
|
||||
#include "../../../../../drivers/clk/altera/clk-agilex.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue