pata: ixp4xx: Use IS_ENABLED() to determine endianness
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 25 Jul 2021 23:28:05 +0000 (01:28 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Aug 2021 10:20:27 +0000 (12:20 +0200)
commitd2b507acc62d9cdeed0885392ae8c33f8f1a109c
tree31692251a03a653c5c62d9726353c89f05e3d66f
parentf62b38965ad4cdee29912564f666b9a021d1910d
pata: ixp4xx: Use IS_ENABLED() to determine endianness

Instead of an ARM-specific ifdef, use the global CPU config
and if (IS_ENABLED()).

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/ata/pata_ixp4xx_cf.c