From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta0.migadu.com (out-186.mta0.migadu.com [91.218.175.186]) (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 646C8265CD0 for ; Wed, 21 May 2025 12:15:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747829722; cv=none; b=P8uefrcjudk7ek/x2zcoRcApaUJ2DfF5st4bKPzsd+QdDgWyS02Jj1BlsWNdGxjz9zscMsyQMszwrWLkez41OLTFXKHVCI1TC9zG2FL0B++elZ/SLpyKPMVj7TrJMtM3REgsszLUtDpXSIRV3LtuLfY7o3Zz4/ue6dMStgKlwug= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747829722; c=relaxed/simple; bh=IKBa4fdDM5m3n0gUqcpAHTOYK8EQ+UNtqzJMikfZ9YE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=jughx+Kr/WWPDq7N7nc0U9nfORElqcIGnN4FuKIthozeCt0qmLVZejdVeDOJYL5GvulhrdBMufnHOcVQmw306i5R1GfBWouYV/iiKs1UjMly14cvyOxmkexCv8x/jJZFvoNMkXkG9LWseHwfvd34imLaSGKm81tMnZGXNVktOY4= 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=cNt/SIIZ; arc=none smtp.client-ip=91.218.175.186 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="cNt/SIIZ" 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=1747829714; 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=cNt/SIIZhqIlNqYfQg+Ihk76ghzd2d4sq9Zb585uRIDjysML5sY+Tx5+Q52pSiqGqBQLDv ZuLZFhxOI7Oql/PJvnSMhPDMctGsayjX80xh2WUde4WXlwnNfllA1FMt2/eeW5+joNiS6H qVGLXFaxYgv38OAESe0mM8Ep1E2Ri+I= 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: Wed, 21 May 2025 14:15:01 +0200 Message-ID: <20250521121503.5175-1-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: sparclinux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 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; */ /* Now things for the actual PCI bus probes. */ unsigned int pci_first_busno; /* Can it be nonzero? */ -- 2.49.0