]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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]

diff --git a/arch/arm64/include/asm/device.h b/arch/arm64/include/asm/device.h
deleted file mode 100644 (file)
index 9964987..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright (C) 2012 ARM Ltd.
- */
-#ifndef __ASM_DEVICE_H
-#define __ASM_DEVICE_H
-
-struct dev_archdata {
-};
-
-struct pdev_archdata {
-};
-
-#endif