summaryrefslogtreecommitdiff
path: root/arch/mips/include
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2026-06-12 11:22:13 +0200
committerArnd Bergmann <arnd@arndb.de>2026-07-24 20:12:48 +0200
commit8fd460518c48056f1f5df32bf0bd3b4550262d6f (patch)
treef2f27944df2ae070d3844f1f5974d72ee9bd30ca /arch/mips/include
parent6b5edc71aac6ff45f555172b9cdae10c4294707b (diff)
downloadlinux-next-8fd460518c48056f1f5df32bf0bd3b4550262d6f.tar.gz
linux-next-8fd460518c48056f1f5df32bf0bd3b4550262d6f.zip
mips: replace linux/gpio.h inclusions
linux/gpio.h should no longer be used, convert these instead to either linux/gpio/consumer.h or linux/gpio/legacy.h as needed. Acked-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Reviewed-by: Linus Walleij <linusw@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
index 830f53f28e3f..428cf4508f9a 100644
--- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
+++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
@@ -3,7 +3,7 @@
#define BOARD_BCM963XX_H_
#include <linux/types.h>
-#include <linux/gpio.h>
+#include <linux/gpio/consumer.h>
#include <linux/leds.h>
#include <bcm63xx_dev_enet.h>
#include <bcm63xx_dev_usb_usbd.h>