The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v3 1/1] MIPS: Alchemy: Remove unused forward declaration
@ 2026-07-15 15:03 Andy Shevchenko
  2026-07-15 15:08 ` Bartosz Golaszewski
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2026-07-15 15:03 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Andy Shevchenko, Dmitry Torokhov, linux-mips,
	linux-kernel
  Cc: Bartosz Golaszewski

The 'struct gpio' is not used in the code, remove unneeded forward declaration.
This seems to be a leftover for a 5 years.

Acked-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---

Cc: Bartosz Golaszewski <brgl@kernel.org>

This patch is floating around for more than a year without anybody
taking it! Please, please, do something about this. Since it has
an ack by MIPS maintainer, Bart, can you just pick this up?

 arch/mips/include/asm/mach-au1x00/gpio-au1300.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/include/asm/mach-au1x00/gpio-au1300.h b/arch/mips/include/asm/mach-au1x00/gpio-au1300.h
index 912534ecb1a4..c92d3c2a5ef8 100644
--- a/arch/mips/include/asm/mach-au1x00/gpio-au1300.h
+++ b/arch/mips/include/asm/mach-au1x00/gpio-au1300.h
@@ -12,7 +12,6 @@
 #include <asm/io.h>
 #include <asm/mach-au1x00/au1000.h>
 
-struct gpio;
 struct gpio_chip;
 struct software_node;
 
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-15 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-15 15:03 [PATCH v3 1/1] MIPS: Alchemy: Remove unused forward declaration Andy Shevchenko
2026-07-15 15:08 ` Bartosz Golaszewski
2026-07-15 15:19   ` Andy Shevchenko
2026-07-15 15:44     ` Thomas Bogendoerfer
2026-07-15 16:01       ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox