[PATCH RESEND] sparc: Remove commented out code
From: Thorsten Blum
Date: Thu Jun 19 2025 - 11:09:43 EST
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@xxxxxxxxx>
---
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