aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-02-04 17:51:42 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-02 16:13:27 +0200
commit401cdbce17ebeb23d851212cc6552153d2bde05d (patch)
treec8b27aac6034b9d55abcb13c2ae1dd94b92f427a /helper
parenta5d9d4b94542af8d8d06e10bc79962065ca0110e (diff)
api: remove deprecated odp.h header
Remove deprecated odp.h header file which has been replaced by odp_api.h. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'helper')
-rw-r--r--helper/chksum.c2
-rw-r--r--helper/include/odp/helper/threads.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/helper/chksum.c b/helper/chksum.c
index 8421db7e8..0ac07393b 100644
--- a/helper/chksum.c
+++ b/helper/chksum.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <odp.h>
+#include <odp_api.h>
#include <odp/helper/ip.h>
#include <odp/helper/udp.h>
#include <odp/helper/sctp.h>
diff --git a/helper/include/odp/helper/threads.h b/helper/include/odp/helper/threads.h
index f16626abf..cfde92830 100644
--- a/helper/include/odp/helper/threads.h
+++ b/helper/include/odp/helper/threads.h
@@ -11,7 +11,7 @@
*
* ODP Linux helper API
*
- * This file is an optional helper to odp.h APIs. These functions are provided
+ * This file is an optional helper to ODP APIs. These functions are provided
* to ease common setups in a Linux system. User is free to implement the same
* setups in otherways (not via this API).
*/