From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) (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 0CC531A9F9B for ; Tue, 2 Dec 2025 20:23:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764707013; cv=none; b=IUT6J242c+IGxwFnpbGK+TJPLICZRYcRrKLgY2DWq2Xf1L7DHGZFx3EF62RQ6JQYme3XcOwY3plpsUMK8fK800R1CnJZTx6K8keZzWniww/JxMe1yFGcAvTBJabPtGoyo/ciakx999hB09LoK8clEGRV/KrTIfYTbPdRQo0Fz9Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764707013; c=relaxed/simple; bh=tbXmPu4VLOVLe7ZuRzfCjvXa+LZrt0YXquUuMMGPvjU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=gwVm7IKowlwZuUS/OhfSypjhbTRkks1oqWSOGrjQBLg/j1ZVoNIYVxCvFlvwr880Dz2vXYnxGPSv0lyJ9u6NZCUFvd5VOfERM1DsfnZrsGgEnnT6CW3M5fbWWKnmPWhoVOOOYB4feRnoeMWcWysgRTqHUTehpGYSbLdXCd5dteg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=ROHareNB; arc=none smtp.client-ip=192.198.163.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="ROHareNB" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1764707011; x=1796243011; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tbXmPu4VLOVLe7ZuRzfCjvXa+LZrt0YXquUuMMGPvjU=; b=ROHareNBRkNYN1XCiB43xArHKn7SfXy/0cEMVFXGlRfIilJqTwrAiP7v vVjxTS0d7n1QCwbGkoEDDimbP0N+tYsLgqJNspZ5MWzYLaSFpdRUcETUN vQy6pIi/ROBAmphZ6JE7At+Vb+7ESFJL2WxoPzp9gbiE/3bl2qVwuxp1M fhcOfz3yxYBtIRR2fvvgs4B/PdbFg+GdKQa5s6xMu9BNpvri/aZbGaGR8 dFn57lVCEjDxLI8pGdUvOl4TsImFbE4jqEq3kwbxOrclxIqmaWUBCvq1y bgAGwLwIQfEDFyC/NOJ9wf+qmml4xgwPXZWQQKlc5/3EXML5WuOLqZ6HB w==; X-CSE-ConnectionGUID: NrgsBHr3QiepNAllCg1AcQ== X-CSE-MsgGUID: g14ThfCERyidtLwAfJSq1g== X-IronPort-AV: E=McAfee;i="6800,10657,11631"; a="65878282" X-IronPort-AV: E=Sophos;i="6.20,243,1758610800"; d="scan'208";a="65878282" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Dec 2025 12:23:30 -0800 X-CSE-ConnectionGUID: 2oqw6aktTjSR4ItCj/qYjQ== X-CSE-MsgGUID: EZ3JFn7uTkCYtEPJYE17/A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.20,243,1758610800"; d="scan'208";a="225426394" Received: from black.igk.intel.com ([10.91.253.5]) by fmviesa001.fm.intel.com with ESMTP; 02 Dec 2025 12:23:29 -0800 Received: by black.igk.intel.com (Postfix, from userid 1003) id 73F2493; Tue, 02 Dec 2025 21:23:28 +0100 (CET) From: Andy Shevchenko To: Thomas Gleixner , linux-kernel@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v1 1/1] irqdomain: Kill irq_domain_add_tree() Date: Tue, 2 Dec 2025 21:23:27 +0100 Message-ID: <20251202202327.1444693-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.50.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit No in-tree users anymore. Signed-off-by: Andy Shevchenko --- include/linux/irqdomain.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index 952d3c8dd6b7..62f81bbeb490 100644 --- a/include/linux/irqdomain.h +++ b/include/linux/irqdomain.h @@ -730,22 +730,6 @@ static inline void msi_device_domain_free_wired(struct irq_domain *domain, unsig } #endif -static inline struct irq_domain *irq_domain_add_tree(struct device_node *of_node, - const struct irq_domain_ops *ops, - void *host_data) -{ - struct irq_domain_info info = { - .fwnode = of_fwnode_handle(of_node), - .hwirq_max = ~0U, - .ops = ops, - .host_data = host_data, - }; - struct irq_domain *d; - - d = irq_domain_instantiate(&info); - return IS_ERR(d) ? NULL : d; -} - static inline struct irq_domain *irq_domain_add_linear(struct device_node *of_node, unsigned int size, const struct irq_domain_ops *ops, -- 2.50.1