public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: lantiq: remove unused function declaration
@ 2023-03-29 21:03 Aleksander Jan Bajkowski
  2023-04-05  8:26 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Jan Bajkowski @ 2023-03-29 21:03 UTC (permalink / raw)
  To: tsbogend, olek2, linux-mips, linux-kernel

The removed function declaration is a leftover of the old gphy firmware
loader, that has been removed in d5103604f78e1afc29e586785af540c82b573f3a.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
---
 arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
index 4790cfa190d6..c2e0acb755cd 100644
--- a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
+++ b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
@@ -94,9 +94,6 @@ extern __iomem void *ltq_cgu_membase;
 #define LTQ_MPS_BASE_ADDR	(KSEG1 + 0x1F107000)
 #define LTQ_MPS_CHIPID		((u32 *)(LTQ_MPS_BASE_ADDR + 0x0344))
 
-/* allow booting xrx200 phys */
-int xrx200_gphy_boot(struct device *dev, unsigned int id, dma_addr_t dev_addr);
-
 /* request a non-gpio and set the PIO config */
 #define PMU_PPE			 BIT(13)
 extern void ltq_pmu_enable(unsigned int module);
-- 
2.30.2


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

* Re: [PATCH] MIPS: lantiq: remove unused function declaration
  2023-03-29 21:03 [PATCH] MIPS: lantiq: remove unused function declaration Aleksander Jan Bajkowski
@ 2023-04-05  8:26 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2023-04-05  8:26 UTC (permalink / raw)
  To: Aleksander Jan Bajkowski; +Cc: linux-mips, linux-kernel

On Wed, Mar 29, 2023 at 11:03:28PM +0200, Aleksander Jan Bajkowski wrote:
> The removed function declaration is a leftover of the old gphy firmware
> loader, that has been removed in d5103604f78e1afc29e586785af540c82b573f3a.
> 
> Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
> ---
>  arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
> index 4790cfa190d6..c2e0acb755cd 100644
> --- a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
> +++ b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
> @@ -94,9 +94,6 @@ extern __iomem void *ltq_cgu_membase;
>  #define LTQ_MPS_BASE_ADDR	(KSEG1 + 0x1F107000)
>  #define LTQ_MPS_CHIPID		((u32 *)(LTQ_MPS_BASE_ADDR + 0x0344))
>  
> -/* allow booting xrx200 phys */
> -int xrx200_gphy_boot(struct device *dev, unsigned int id, dma_addr_t dev_addr);
> -
>  /* request a non-gpio and set the PIO config */
>  #define PMU_PPE			 BIT(13)
>  extern void ltq_pmu_enable(unsigned int module);
> -- 
> 2.30.2

applied to mips-next.

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] 2+ messages in thread

end of thread, other threads:[~2023-04-05  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-29 21:03 [PATCH] MIPS: lantiq: remove unused function declaration Aleksander Jan Bajkowski
2023-04-05  8:26 ` Thomas Bogendoerfer

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