Message ID | 1418041724-16483-1-git-send-email-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | 2b9337ca6183947efcd68508bd4fce66cc9dc859 |
Headers | show |
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) > {
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 --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) {
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(-)