alpha: remove unnecessary architecture-specific <asm/device.h>

arch/alpha/include/asm/device.h simply includes <asm-generic/device.h>,
and therefore the Alpha-specific version is unnecessary. Remove it.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Magnus Lindholm <linmag7@gmail.com>
Link: https://lore.kernel.org/r/20260517233246.23915-1-enelsonmoore@gmail.com
Signed-off-by: Magnus Lindholm <linmag7@gmail.com>
This commit is contained in:
Ethan Nelson-Moore 2026-05-17 16:32:40 -07:00 committed by Magnus Lindholm
parent dc59e4fea9
commit 8884b9b5c8

View File

@ -1,6 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Arch specific extensions to struct device
*/
#include <asm-generic/device.h>