[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250421183321.436449-1-thorsten.blum@linux.dev>
Date: Mon, 21 Apr 2025 20:33:19 +0200
From: Thorsten Blum <thorsten.blum@...ux.dev>
To: "David S. Miller" <davem@...emloft.net>,
Andreas Larsson <andreas@...sler.com>
Cc: Thorsten Blum <thorsten.blum@...ux.dev>,
sparclinux@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] sparc: Remove commented out code
The struct fields have been commented out ever since commit 1da177e4c3f4
("Linux-2.6.12-rc2") - remove them.
Signed-off-by: Thorsten Blum <thorsten.blum@...ux.dev>
---
arch/sparc/include/asm/pbm.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/sparc/include/asm/pbm.h b/arch/sparc/include/asm/pbm.h
index 0c86261721e7..a26d9d5e0631 100644
--- a/arch/sparc/include/asm/pbm.h
+++ b/arch/sparc/include/asm/pbm.h
@@ -28,8 +28,6 @@
struct linux_pbm_info {
int prom_node;
char prom_name[64];
- /* struct linux_prom_pci_ranges pbm_ranges[PROMREG_MAX]; */
- /* int num_pbm_ranges; */
/* Now things for the actual PCI bus probes. */
unsigned int pci_first_busno; /* Can it be nonzero? */
--
2.49.0
Powered by blists - more mailing lists