gpio: pca953x: Add missing <asm/byteorder.h>
authorTom Rini <trini@konsulko.com>
Wed, 14 May 2025 18:39:35 +0000 (12:39 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 14 May 2025 18:39:35 +0000 (12:39 -0600)
commitf97cfef5d9711d567bc86a7bd23a51776568c8d2
treebf58c1664f4f834fe71424850d7cd9ada058efd4
parent2f0bf852abeca1fed98662b4b5f6a655b8d46925
gpio: pca953x: Add missing <asm/byteorder.h>

This driver takes a long implicit include path to get this header which
it directly uses. Add it.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/gpio/pca953x.c