mbox series

[0/3] Remove unused declarations from arm

Message ID 20220920130110.1104272-1-cuigaosheng1@huawei.com
Headers show
Series Remove unused declarations from arm | expand

Message

Gaosheng Cui Sept. 20, 2022, 1:01 p.m. UTC
This series contains a few cleanup patches, to remove unused
declarations which have been removed. Thanks!

Gaosheng Cui (3):
  ARM: OMAP2+: Remove orphan declarations from arch/arm/mach-omap2/pm.h
  ARM: OMAP2+: clock: Remove orphan declarations from
    arch/arm/mach-omap2/clock.h
  ARM: pxa: remove orphan colibri_pxa3xx_init_mmc from
    arch/arm/mach-pxa/colibri.h

 arch/arm/mach-omap2/clock.h | 3 ---
 arch/arm/mach-omap2/pm.h    | 3 ---
 arch/arm/mach-pxa/colibri.h | 6 ------
 3 files changed, 12 deletions(-)

Comments

Tony Lindgren Nov. 9, 2022, 8:20 a.m. UTC | #1
Hi,

* Gaosheng Cui <cuigaosheng1@huawei.com> [220920 15:53]:
> This series contains a few cleanup patches, to remove unused
> declarations which have been removed. Thanks!

FYI, let's wait a bit longer with these until we have Arnd's pending
clean-up patches in Linux next as they remove some unused functions
too.

Regards,

Tony
Tony Lindgren March 27, 2023, 8:02 a.m. UTC | #2
* Tony Lindgren <tony@atomide.com> [221109 08:10]:
> Hi,
> 
> * Gaosheng Cui <cuigaosheng1@huawei.com> [220920 15:53]:
> > This series contains a few cleanup patches, to remove unused
> > declarations which have been removed. Thanks!
> 
> FYI, let's wait a bit longer with these until we have Arnd's pending
> clean-up patches in Linux next as they remove some unused functions
> too.

Looks like the two omap related patch in this series are no longer
needed after Arnd's clean-up has been merged. If I missed something,
please resend updated patches.

Thanks,

Tony
Gaosheng Cui March 28, 2023, 1:46 a.m. UTC | #3
> Looks like the two omap related patch in this series are no longer
> needed after Arnd's clean-up has been merged. If I missed something,
> please resend updated patches.

Thanks for taking time to review these patches, these issue have been
fixed in linux next.

Gaosheng

On 2023/3/27 16:02, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [221109 08:10]:
>> Hi,
>>
>> * Gaosheng Cui <cuigaosheng1@huawei.com> [220920 15:53]:
>>> This series contains a few cleanup patches, to remove unused
>>> declarations which have been removed. Thanks!
>> FYI, let's wait a bit longer with these until we have Arnd's pending
>> clean-up patches in Linux next as they remove some unused functions
>> too.
> Looks like the two omap related patch in this series are no longer
> needed after Arnd's clean-up has been merged. If I missed something,
> please resend updated patches.
>
> Thanks,
>
> Tony
>
> .