Commit 4bb40c6d authored by Noam Camus's avatar Noam Camus Committed by Vineet Gupta
Browse files

ARC: clean out UAPI byteorder.h clean off Kconfig symbol



UAPI header should not use Kconfig items

Use __BIG_ENDIAN__ defined as a compiler intrinsic

Signed-off-by: default avatarNoam Camus <noamc@ezchip.com>
[vgupta: fix changelog]
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 44df427c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#ifndef __ASM_ARC_BYTEORDER_H
#define __ASM_ARC_BYTEORDER_H

#ifdef CONFIG_CPU_BIG_ENDIAN
#ifdef __BIG_ENDIAN__
#include <linux/byteorder/big_endian.h>
#else
#include <linux/byteorder/little_endian.h>