[PATCH] x86: remove unnecessary architecture-specific <asm/device.h>

From: Ethan Nelson-Moore

Date: Sat May 16 2026 - 22:58:02 EST


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

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@xxxxxxxxx>
---
arch/x86/include/asm/device.h | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 arch/x86/include/asm/device.h

diff --git a/arch/x86/include/asm/device.h b/arch/x86/include/asm/device.h
deleted file mode 100644
index 7c0a52ca2f4d..000000000000
--- a/arch/x86/include/asm/device.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_X86_DEVICE_H
-#define _ASM_X86_DEVICE_H
-
-struct dev_archdata {
-};
-
-struct pdev_archdata {
-};
-
-#endif /* _ASM_X86_DEVICE_H */
--
2.43.0