diff mbox

linux-generic: timer: include event_types instead of buffer_types

Message ID 1449142640-1347-1-git-send-email-ivan.khoronzhuk@linaro.org
State Accepted
Commit c043f5a07d6c9338f564359b7726dbcf7612c569
Headers show

Commit Message

Ivan Khoronzhuk Dec. 3, 2015, 11:37 a.m. UTC
Timer API requires event types instead of buffer types.
This patch corrects it.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
---
 platform/linux-generic/include/odp/timer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ola Liljedahl Dec. 8, 2015, 2:21 p.m. UTC | #1
On 3 December 2015 at 12:37, Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>
wrote:

> Timer API requires event types instead of buffer types.

>

Nit: this changes the linux-generic implementation, not the ODP Timer API.


> This patch corrects it.

>

> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org>

>

Reviewed-by: Ola Liljedahl <ola.liljedahl@linaro.org>



> ---

>  platform/linux-generic/include/odp/timer.h | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

>

> diff --git a/platform/linux-generic/include/odp/timer.h

> b/platform/linux-generic/include/odp/timer.h

> index eb9a3a2..af9b140 100644

> --- a/platform/linux-generic/include/odp/timer.h

> +++ b/platform/linux-generic/include/odp/timer.h

> @@ -19,7 +19,7 @@ extern "C" {

>

>  #include <stdlib.h>

>  #include <odp/std_types.h>

> -#include <odp/plat/buffer_types.h>

> +#include <odp/plat/event_types.h>

>  #include <odp/plat/pool_types.h>

>  #include <odp/plat/queue_types.h>

>  #include <odp/plat/timer_types.h>

> --

> 1.9.1

>

> _______________________________________________

> lng-odp mailing list

> lng-odp@lists.linaro.org

> https://lists.linaro.org/mailman/listinfo/lng-odp

>
Maxim Uvarov Dec. 17, 2015, 8:33 a.m. UTC | #2
Merged,
Maxim.

On 12/08/2015 17:21, Ola Liljedahl wrote:
> On 3 December 2015 at 12:37, Ivan Khoronzhuk 
> <ivan.khoronzhuk@linaro.org <mailto:ivan.khoronzhuk@linaro.org>> wrote:
>
>     Timer API requires event types instead of buffer types.
>
> Nit: this changes the linux-generic implementation, not the ODP Timer API.
>
>     This patch corrects it.
>
>     Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org
>     <mailto:ivan.khoronzhuk@linaro.org>>
>
> Reviewed-by: Ola Liljedahl <ola.liljedahl@linaro.org 
> <mailto:ola.liljedahl@linaro.org>>
>
>     ---
>      platform/linux-generic/include/odp/timer.h | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
>
>     diff --git a/platform/linux-generic/include/odp/timer.h
>     b/platform/linux-generic/include/odp/timer.h
>     index eb9a3a2..af9b140 100644
>     --- a/platform/linux-generic/include/odp/timer.h
>     +++ b/platform/linux-generic/include/odp/timer.h
>     @@ -19,7 +19,7 @@ extern "C" {
>
>      #include <stdlib.h>
>      #include <odp/std_types.h>
>     -#include <odp/plat/buffer_types.h>
>     +#include <odp/plat/event_types.h>
>      #include <odp/plat/pool_types.h>
>      #include <odp/plat/queue_types.h>
>      #include <odp/plat/timer_types.h>
>     --
>     1.9.1
>
>     _______________________________________________
>     lng-odp mailing list
>     lng-odp@lists.linaro.org <mailto:lng-odp@lists.linaro.org>
>     https://lists.linaro.org/mailman/listinfo/lng-odp
>
>
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

diff --git a/platform/linux-generic/include/odp/timer.h b/platform/linux-generic/include/odp/timer.h
index eb9a3a2..af9b140 100644
--- a/platform/linux-generic/include/odp/timer.h
+++ b/platform/linux-generic/include/odp/timer.h
@@ -19,7 +19,7 @@  extern "C" {
 
 #include <stdlib.h>
 #include <odp/std_types.h>
-#include <odp/plat/buffer_types.h>
+#include <odp/plat/event_types.h>
 #include <odp/plat/pool_types.h>
 #include <odp/plat/queue_types.h>
 #include <odp/plat/timer_types.h>