From: Andy Shevchenko Date: Tue, 7 Feb 2023 14:29:49 +0000 (+0200) Subject: gpiolib: Drop unused forward declaration from driver.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6cfd84c4f4f61905088b642a3ef1038ee627cd98;p=linux.git gpiolib: Drop unused forward declaration from driver.h There is no struct device_node pointers anywhere in the header, drop unused forward declaration. Signed-off-by: Andy Shevchenko --- diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index ccd8a512d8546..262a84ce9bcb7 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h @@ -16,7 +16,6 @@ struct gpio_desc; struct of_phandle_args; -struct device_node; struct seq_file; struct gpio_device; struct module;