mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 00:51:29 +00:00
Fix a syntax error
Building TF with ERROR_DEPRECATED=1 fails because of a missing semi-column. This patch fixes this syntax error. Change-Id: I98515840ce74245b0a0215805f85c8e399094f68
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user