From nobody Thu Oct 9 06:05:16 2025 Received: from out-189.mta1.migadu.com (out-189.mta1.migadu.com [95.215.58.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 916C221C9E1 for ; Thu, 19 Jun 2025 15:02:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.189 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750345330; cv=none; b=b55S8LUHXuSfH4QA2305e3IX1YSEvP5F726JsUf4PYvVQA9Vw977eBbmahxAXCfHxkpAA4e/NrgRoVq4RB2UgKlR266mhAU1BN6yWpcv9hAzFS//SrvgkrSASXVHDFx6XLG+DQrtopj/kG7awp8iNB1GJgA2l7MVZK1Beex+K/s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750345330; c=relaxed/simple; bh=IKBa4fdDM5m3n0gUqcpAHTOYK8EQ+UNtqzJMikfZ9YE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=jYYEquToaTQmB8HTMO2BuljV0RC+7I922eVqP9/ouldxpaWCqffqVDbZdqHAOPftoUu5YtqzLTzemxdfjmVv5gmNVTnByUVNb4I2M8C/rC/RYmanT7hSQG66rrRYkvABsqkNEEw/jVBGnXZm9TLBvJqPhi1hbQoEMCGuoG1oqIw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=oCeA20lM; arc=none smtp.client-ip=95.215.58.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="oCeA20lM" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1750345326; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=eMlnqWclCfnWGbyuoWPGL3n3kDlUTflxlSnTbzTPBEY=; b=oCeA20lMKCkKaY1Yo1pocpupJzIIXMP/YluFYwXfmM5ZbMQon++axkaDkTLnT1VnqdT4Zd p1aK4IFgktNTbfTz36UKIIvz5gZB2EQkpMezDn6Z1mszxPCh4UlqwhYzNGwWfpAnukdfuT AfQJ4WvAkN90EwEHz7U2qOpRAqVndp4= From: Thorsten Blum To: "David S. Miller" , Andreas Larsson Cc: Thorsten Blum , sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH RESEND] sparc: Remove commented out code Date: Thu, 19 Jun 2025 17:01:49 +0200 Message-ID: <20250619150151.174832-1-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The struct fields have been commented out ever since commit 1da177e4c3f4 ("Linux-2.6.12-rc2") - remove them. Signed-off-by: Thorsten Blum --- 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; */ =20 /* Now things for the actual PCI bus probes. */ unsigned int pci_first_busno; /* Can it be nonzero? */ --=20 2.49.0