diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-06-05 14:41:26 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-07-10 14:20:50 +0200 |
commit | ed8023ae9d79eeebf694751d5c290b72ef871dc0 (patch) | |
tree | b865f5d7b67fc5534485c40cb4656fdcfefb8643 /arch/csky | |
parent | 4fe53bf2ba0a45cd708dcd4c3e8e1950731b3d4d (diff) |
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 <guoren@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/csky')
-rw-r--r-- | arch/csky/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |