diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-08-06 06:28:18 +0200 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-08-06 20:30:07 +0200 |
commit | f9114d357858c1429dcde022706db7443918f49f (patch) | |
tree | cc66fc9ccceb11642988a459d88d3838a0f14df7 /include/scsi | |
parent | sata_sx4: Check return code from pdc20621_i2c_read() (diff) | |
download | linux-f9114d357858c1429dcde022706db7443918f49f.tar.xz linux-f9114d357858c1429dcde022706db7443918f49f.zip |
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 <axel.lin@ingics.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'include/scsi')
0 files changed, 0 insertions, 0 deletions