]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM64: remove unnecessary architecture-specific <asm/device.h>
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sun, 17 May 2026 02:53:42 +0000 (19:53 -0700)
committerWill Deacon <will@kernel.org>
Tue, 2 Jun 2026 11:10:19 +0000 (12:10 +0100)
commit32e4c96d6a7121cb378ebf9ce2167bb1918eeaa5
tree86debe58db2ecf9db25b57eca3476b1ecaf1e8c0
parentd54e4fde9de2b8670788fd3bb4daf31cf1cb1622
ARM64: remove unnecessary architecture-specific <asm/device.h>

arch/arm64/include/asm/device.h is identical to
include/asm-generic/device.h, and therefore the ARM64-specific version
is unnecessary. Remove it.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/device.h [deleted file]