Commit c47a0784 authored by danh-arm's avatar danh-arm
Browse files

Merge pull request #640 from sandrine-bailleux-arm/sb/fix-syntax-error

Fix a syntax error in plat/arm/common/aarch64/arm_common.c
parents aed634fe b4127c1f
......@@ -176,7 +176,7 @@ const mmap_region_t *plat_arm_get_mmap(void)
#if ERROR_DEPRECATED
unsigned int plat_get_syscnt_freq2(void)
{
unsigned int counter_base_frequency
unsigned int counter_base_frequency;
#else
unsigned long long plat_get_syscnt_freq(void)
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment