mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
While IS_ENABLED() is perfectly fine for CONFIG_* symbols, it is not
for other symbols such as __BIG_ENDIAN that is provided directly by
the compiler.
Switch to use CONFIG_CPU_BIG_ENDIAN instead of __BIG_ENDIAN.
Signed-off-by: Chen Li <[email protected]>
Reviewed-by: Al Cooper <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Fixes: 94583a4104 ("phy: usb: Restructure in preparation for adding 7216 USB support")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>