]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
gpiolib: of: add forward declaration for struct device_node
authorAndrei Lalaev <andrey.lalaev@gmail.com>
Mon, 21 Jul 2025 15:57:37 +0000 (17:57 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 24 Jul 2025 09:53:29 +0000 (11:53 +0200)
Commit 08a149c40bdb ("gpiolib: Clean up headers") added a forward
declaration for struct device.

Later, commit 07445ae1c263 ("gpiolib: of: change of_find_gpio() to
accept device node") changed the function signature to accept a struct
device_node instead of a struct device.

Replace forward declaration of struct device with struct device_node to
match the updated function signature.

Signed-off-by: Andrei Lalaev <andrey.lalaev@gmail.com>
Link: https://lore.kernel.org/r/20250721155737.261990-1-andrey.lalaev@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpiolib-of.h

index 3eebfac290c571e3b90e4437295db8eaacb021a3..2257f7a498a10d69980f0c8afd48d5b661632d87 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <linux/notifier.h>
 
-struct device;
+struct device_node;
 struct fwnode_handle;
 
 struct gpio_chip;