On 4 August 2016 at 04:51, Christophe Milard <[email protected]> wrote:
> Signed-off-by: Christophe Milard <[email protected]> > Reviewed-by: Mike Holmes <[email protected]> > --- > platform/linux-generic/include/odp/drv/plat/byteorder_types.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > -- > 2.7.4 > > -- Mike Holmes Technical Manager - Linaro Networking Group Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs "Work should be fun and collaborative, the rest follows"
