diff options
Diffstat (limited to 'include/lib/pmf/pmf_helpers.h')
-rw-r--r-- | include/lib/pmf/pmf_helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lib/pmf/pmf_helpers.h b/include/lib/pmf/pmf_helpers.h index 1b8c5077..9be6050f 100644 --- a/include/lib/pmf/pmf_helpers.h +++ b/include/lib/pmf/pmf_helpers.h @@ -69,8 +69,8 @@ typedef struct pmf_svc_desc { /* * Convenience macro to allocate memory for a PMF service. */ -#define PMF_ALLOCATE_TIMESTAMP_MEMORY(_name, _total_id) \ - static unsigned long long pmf_ts_mem_ ## _name[_total_id] \ +#define PMF_ALLOCATE_TIMESTAMP_MEMORY(_name, _total_id) \ + unsigned long long pmf_ts_mem_ ## _name[_total_id] \ __section("pmf_timestamp_array") __used; /* |