diff options
author | Axel Lin <[email protected]> | 2015-08-06 12:28:18 +0800 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2015-08-06 14:30:07 -0400 |
commit | f9114d357858c1429dcde022706db7443918f49f (patch) | |
tree | cc66fc9ccceb11642988a459d88d3838a0f14df7 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | bb44e154e25125bef31fa956785e90fccd24610b (diff) |
ata: ahci_brcmstb: Fix misuse of IS_ENABLED
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: Axel Lin <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions