Commit 6cfd84c4 authored by Andy Shevchenko's avatar Andy Shevchenko
Browse files

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: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent e79098ac
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

struct gpio_desc;
struct of_phandle_args;
struct device_node;
struct seq_file;
struct gpio_device;
struct module;