diff mbox

[API-NEXT] linux-gen: drv: byteorder: fixed macro typo

Message ID 01000156548a1b6e-aee781d3-aab5-4e18-97c9-bd88a9512f12-000000@email.amazonses.com
State New
Headers show

Commit Message

Christophe Milard Aug. 4, 2016, 7:52 a.m. UTC
Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

---
 platform/linux-generic/include/odp/drv/plat/byteorder_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4
diff mbox

Patch

diff --git a/platform/linux-generic/include/odp/drv/plat/byteorder_types.h b/platform/linux-generic/include/odp/drv/plat/byteorder_types.h
index bf461e5..cb7aec2 100644
--- a/platform/linux-generic/include/odp/drv/plat/byteorder_types.h
+++ b/platform/linux-generic/include/odp/drv/plat/byteorder_types.h
@@ -48,7 +48,7 @@  extern "C" {
 #if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
 	#define ODPDRV_LITTLE_ENDIAN           1
 	#define ODPDRV_BIG_ENDIAN              0
-	#define ODPDRV_BYTE_ORDER              ODP_LITTLE_ENDIAN
+	#define ODPDRV_BYTE_ORDER              ODPDRV_LITTLE_ENDIAN
 	#define ODPDRV_LITTLE_ENDIAN_BITFIELD
 #else
 	#define ODPDRV_LITTLE_ENDIAN           0