diff mbox

[PATCHv2] linux-generic: odp_time: include odp_debug_internal.h

Message ID 1418041724-16483-1-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 2b9337ca6183947efcd68508bd4fce66cc9dc859
Headers show

Commit Message

Anders Roxell Dec. 8, 2014, 12:28 p.m. UTC
commit f158b205eb531646 broke cross compiling.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 platform/linux-generic/odp_time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Maxim Uvarov Dec. 8, 2014, 12:31 p.m. UTC | #1
Reviewed-and-Tested-by: Maxim Uvarov <maxim.uvarov@linaro.org>

On 12/08/2014 03:28 PM, Anders Roxell wrote:
> commit f158b205eb531646 broke cross compiling.
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>   platform/linux-generic/odp_time.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/platform/linux-generic/odp_time.c b/platform/linux-generic/odp_time.c
> index 1695f04..c97c3de 100644
> --- a/platform/linux-generic/odp_time.c
> +++ b/platform/linux-generic/odp_time.c
> @@ -7,7 +7,6 @@
>   #include <odp_time.h>
>   #include <odp_hints.h>
>   #include <odp_system_info.h>
> -#include <odp_debug.h>
>   
>   #define GIGA 1000000000
>   
> @@ -49,6 +48,7 @@ uint64_t odp_time_cycles(void)
>   
>   #include <time.h>
>   #include <stdlib.h>
> +#include <odp_debug_internal.h>
>   
>   uint64_t odp_time_cycles(void)
>   {
Maxim Uvarov Dec. 8, 2014, 5:50 p.m. UTC | #2
Merged!

Maxim.

On 12/08/2014 03:28 PM, Anders Roxell wrote:
> commit f158b205eb531646 broke cross compiling.
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>   platform/linux-generic/odp_time.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/platform/linux-generic/odp_time.c b/platform/linux-generic/odp_time.c
> index 1695f04..c97c3de 100644
> --- a/platform/linux-generic/odp_time.c
> +++ b/platform/linux-generic/odp_time.c
> @@ -7,7 +7,6 @@
>   #include <odp_time.h>
>   #include <odp_hints.h>
>   #include <odp_system_info.h>
> -#include <odp_debug.h>
>   
>   #define GIGA 1000000000
>   
> @@ -49,6 +48,7 @@ uint64_t odp_time_cycles(void)
>   
>   #include <time.h>
>   #include <stdlib.h>
> +#include <odp_debug_internal.h>
>   
>   uint64_t odp_time_cycles(void)
>   {
diff mbox

Patch

diff --git a/platform/linux-generic/odp_time.c b/platform/linux-generic/odp_time.c
index 1695f04..c97c3de 100644
--- a/platform/linux-generic/odp_time.c
+++ b/platform/linux-generic/odp_time.c
@@ -7,7 +7,6 @@ 
 #include <odp_time.h>
 #include <odp_hints.h>
 #include <odp_system_info.h>
-#include <odp_debug.h>
 
 #define GIGA 1000000000
 
@@ -49,6 +48,7 @@  uint64_t odp_time_cycles(void)
 
 #include <time.h>
 #include <stdlib.h>
+#include <odp_debug_internal.h>
 
 uint64_t odp_time_cycles(void)
 {