* [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
* Re: [PATCH v3 1/1] MIPS: Alchemy: Remove unused forward declaration
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
0 siblings, 1 reply; 5+ messages in thread
From: Bartosz Golaszewski @ 2026-07-15 15:08 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Bartosz Golaszewski, Thomas Bogendoerfer, Dmitry Torokhov,
linux-mips, linux-kernel
On Wed, 15 Jul 2026 17:03:48 +0200, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> said:
> 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
>
>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 1/1] MIPS: Alchemy: Remove unused forward declaration
2026-07-15 15:08 ` Bartosz Golaszewski
@ 2026-07-15 15:19 ` Andy Shevchenko
2026-07-15 15:44 ` Thomas Bogendoerfer
0 siblings, 1 reply; 5+ messages in thread
From: Andy Shevchenko @ 2026-07-15 15:19 UTC (permalink / raw)
To: Bartosz Golaszewski
Cc: Thomas Bogendoerfer, Dmitry Torokhov, linux-mips, linux-kernel
On Wed, Jul 15, 2026 at 08:08:00AM -0700, Bartosz Golaszewski wrote:
> On Wed, 15 Jul 2026 17:03:48 +0200, Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> said:
...
> > 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?
> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Thanks, and sorry for the noise, I was cleaning an old branch and actually this
had been applied already. Sorry again, I need some vacation (which will happen
in a week).
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 1/1] MIPS: Alchemy: Remove unused forward declaration
2026-07-15 15:19 ` Andy Shevchenko
@ 2026-07-15 15:44 ` Thomas Bogendoerfer
2026-07-15 16:01 ` Andy Shevchenko
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Bogendoerfer @ 2026-07-15 15:44 UTC (permalink / raw)
To: Andy Shevchenko
Cc: Bartosz Golaszewski, Dmitry Torokhov, linux-mips, linux-kernel
On Wed, Jul 15, 2026 at 06:19:37PM +0300, Andy Shevchenko wrote:
> On Wed, Jul 15, 2026 at 08:08:00AM -0700, Bartosz Golaszewski wrote:
> > On Wed, 15 Jul 2026 17:03:48 +0200, Andy Shevchenko
> > <andriy.shevchenko@linux.intel.com> said:
>
> ...
>
> > > 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?
>
> > Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
>
> Thanks, and sorry for the noise, I was cleaning an old branch and actually this
> had been applied already. Sorry again, I need some vacation (which will happen
> in a week).
d1d0aa620a0f MIPS: Alchemy: Remove unused forward declaration
I took it last merge window, or do I miss something ?
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v3 1/1] MIPS: Alchemy: Remove unused forward declaration
2026-07-15 15:44 ` Thomas Bogendoerfer
@ 2026-07-15 16:01 ` Andy Shevchenko
0 siblings, 0 replies; 5+ messages in thread
From: Andy Shevchenko @ 2026-07-15 16:01 UTC (permalink / raw)
To: Thomas Bogendoerfer
Cc: Bartosz Golaszewski, Dmitry Torokhov, linux-mips, linux-kernel
On Wed, Jul 15, 2026 at 05:44:44PM +0200, Thomas Bogendoerfer wrote:
> On Wed, Jul 15, 2026 at 06:19:37PM +0300, Andy Shevchenko wrote:
> > On Wed, Jul 15, 2026 at 08:08:00AM -0700, Bartosz Golaszewski wrote:
> > > On Wed, 15 Jul 2026 17:03:48 +0200, Andy Shevchenko
> > > <andriy.shevchenko@linux.intel.com> said:
...
> > > > 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?
> >
> > > Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
> >
> > Thanks, and sorry for the noise, I was cleaning an old branch and actually this
> > had been applied already. Sorry again, I need some vacation (which will happen
> > in a week).
>
> d1d0aa620a0f MIPS: Alchemy: Remove unused forward declaration
>
> I took it last merge window, or do I miss something ?
Yes, and that's why I am sorry!
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [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