aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mmio.c
diff options
context:
space:
mode:
authorBartosz Golaszewski <[email protected]>2025-07-01 11:49:35 +0000
committerBartosz Golaszewski <[email protected]>2025-07-07 07:31:08 +0000
commite567269e246809223fafaee7d421ae17a832fae5 (patch)
tree9f9f1e8454982ac55a7fe1079a16eeb17606a34b /drivers/gpio/gpio-mmio.c
parentLinux 6.16-rc1 (diff)
downloadkernel-e567269e246809223fafaee7d421ae17a832fae5.tar.gz
kernel-e567269e246809223fafaee7d421ae17a832fae5.zip
gpio: mmio: drop the big-endian platform device variant
There are no more users of the "basic-mmio-gpio-be" platform device ID in the kernel. We can safely drop it. Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
Diffstat (limited to 'drivers/gpio/gpio-mmio.c')
-rw-r--r--drivers/gpio/gpio-mmio.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-mmio.c b/drivers/gpio/gpio-mmio.c
index 4841e4ebe7a6..5bb511204214 100644
--- a/drivers/gpio/gpio-mmio.c
+++ b/drivers/gpio/gpio-mmio.c
@@ -809,9 +809,6 @@ static const struct platform_device_id bgpio_id_table[] = {
{
.name = "basic-mmio-gpio",
.driver_data = 0,
- }, {
- .name = "basic-mmio-gpio-be",
- .driver_data = BGPIOF_BIG_ENDIAN,
},
{ }
};