From: Arnd Bergmann Date: Wed, 5 Jun 2024 12:41:26 +0000 (+0200) Subject: csky: drop asm/gpio.h wrapper X-Git-Tag: v6.11-rc1~185^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed8023ae9d79eeebf694751d5c290b72ef871dc0;p=thirdparty%2Fkernel%2Flinux.git csky: drop asm/gpio.h wrapper The asm/gpio.h header is gone now that all architectures just use gpiolib, and so the redirect is no longer valid. Acked-by: Guo Ren Signed-off-by: Arnd Bergmann --- diff --git a/arch/csky/include/asm/Kbuild b/arch/csky/include/asm/Kbuild index 1117c28cb7e8a..13ebc5e343601 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