diff mbox series

[02/17] csky: drop asm/gpio.h wrapper

Message ID 20240704143611.2979589-3-arnd@kernel.org
State New
Headers show
Series arch: convert everything to syscall.tbl | expand

Commit Message

Arnd Bergmann July 4, 2024, 2:35 p.m. UTC
From: Arnd Bergmann <arnd@arndb.de>

The asm/gpio.h header is gone now that all architectures just use
gpiolib, and so the redirect is no longer valid.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/csky/include/asm/Kbuild | 1 -
 1 file changed, 1 deletion(-)

Comments

Guo Ren July 8, 2024, 9:17 a.m. UTC | #1
On Thu, Jul 4, 2024 at 10:36 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
> From: Arnd Bergmann <arnd@arndb.de>
>
> The asm/gpio.h header is gone now that all architectures just use
> gpiolib, and so the redirect is no longer valid.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>  arch/csky/include/asm/Kbuild | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/csky/include/asm/Kbuild b/arch/csky/include/asm/Kbuild
> index 1117c28cb7e8..13ebc5e34360 100644
> --- a/arch/csky/include/asm/Kbuild
> +++ b/arch/csky/include/asm/Kbuild
> @@ -1,7 +1,6 @@
>  # SPDX-License-Identifier: GPL-2.0
>  generic-y += asm-offsets.h
>  generic-y += extable.h
> -generic-y += gpio.h
>  generic-y += kvm_para.h
>  generic-y += mcs_spinlock.h
>  generic-y += qrwlock.h
> --
> 2.39.2
>
LGTM!
Acked-by: Guo Ren <guoren@kernel.org>
Masahiro Yamada July 11, 2024, 3:48 p.m. UTC | #2
On Thu, Jul 4, 2024 at 11:36 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
> From: Arnd Bergmann <arnd@arndb.de>
>
> The asm/gpio.h header is gone now that all architectures just use
> gpiolib, and so the redirect is no longer valid.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---


Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>


>  arch/csky/include/asm/Kbuild | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/csky/include/asm/Kbuild b/arch/csky/include/asm/Kbuild
> index 1117c28cb7e8..13ebc5e34360 100644
> --- a/arch/csky/include/asm/Kbuild
> +++ b/arch/csky/include/asm/Kbuild
> @@ -1,7 +1,6 @@
>  # SPDX-License-Identifier: GPL-2.0
>  generic-y += asm-offsets.h
>  generic-y += extable.h
> -generic-y += gpio.h
>  generic-y += kvm_para.h
>  generic-y += mcs_spinlock.h
>  generic-y += qrwlock.h
> --
> 2.39.2
>
Guo Ren July 16, 2024, 1:09 a.m. UTC | #3
On Thu, Jul 11, 2024 at 11:49 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> On Thu, Jul 4, 2024 at 11:36 PM Arnd Bergmann <arnd@kernel.org> wrote:
> >
> > From: Arnd Bergmann <arnd@arndb.de>
> >
> > The asm/gpio.h header is gone now that all architectures just use
> > gpiolib, and so the redirect is no longer valid.
> >
> > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Guo Ren <guoren@kernel.org>

> > ---
>
>
> Reviewed-by: Masahiro Yamada <masahiroy@kernel.org>
>
>
> >  arch/csky/include/asm/Kbuild | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/csky/include/asm/Kbuild b/arch/csky/include/asm/Kbuild
> > index 1117c28cb7e8..13ebc5e34360 100644
> > --- a/arch/csky/include/asm/Kbuild
> > +++ b/arch/csky/include/asm/Kbuild
> > @@ -1,7 +1,6 @@
> >  # SPDX-License-Identifier: GPL-2.0
> >  generic-y += asm-offsets.h
> >  generic-y += extable.h
> > -generic-y += gpio.h
> >  generic-y += kvm_para.h
> >  generic-y += mcs_spinlock.h
> >  generic-y += qrwlock.h
> > --
> > 2.39.2
> >
>
>
> --
> Best Regards
> Masahiro Yamada
diff mbox series

Patch

diff --git a/arch/csky/include/asm/Kbuild b/arch/csky/include/asm/Kbuild
index 1117c28cb7e8..13ebc5e34360 100644
--- a/arch/csky/include/asm/Kbuild
+++ b/arch/csky/include/asm/Kbuild
@@ -1,7 +1,6 @@ 
 # SPDX-License-Identifier: GPL-2.0
 generic-y += asm-offsets.h
 generic-y += extable.h
-generic-y += gpio.h
 generic-y += kvm_para.h
 generic-y += mcs_spinlock.h
 generic-y += qrwlock.h