Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752683AbbLNHZj (ORCPT ); Mon, 14 Dec 2015 02:25:39 -0500 Received: from mail-bl2nam02on0074.outbound.protection.outlook.com ([104.47.38.74]:10753 "EHLO NAM02-BL2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751211AbbLNHZh (ORCPT ); Mon, 14 Dec 2015 02:25:37 -0500 Authentication-Results: spf=pass (sender IP is 149.199.60.100) smtp.mailfrom=xilinx.com; windriver.com; dkim=none (message not signed) header.d=none;windriver.com; dmarc=bestguesspass action=none header.from=xilinx.com; Subject: Re: [PATCH 08/10] drivers/pci: make host/pcie-xilinx.c explicitly non-modular To: Paul Gortmaker , References: <1449970917-12633-1-git-send-email-paul.gortmaker@windriver.com> <1449970917-12633-9-git-send-email-paul.gortmaker@windriver.com> CC: Bjorn Helgaas , Michal Simek , =?UTF-8?Q?S=c3=b6ren_Brinkmann?= , , From: Michal Simek Message-ID: <566E6EE9.6000101@xilinx.com> Date: Mon, 14 Dec 2015 08:25:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1449970917-12633-9-git-send-email-paul.gortmaker@windriver.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-8.0.0.1202-21998.006 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:149.199.60.100;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(2980300002)(438002)(164054003)(189002)(199003)(24454002)(92566002)(54356999)(50466002)(5001960100002)(65816999)(63266004)(189998001)(87936001)(80316001)(86362001)(81156007)(83506001)(19580395003)(87266999)(6806005)(23676002)(65806001)(65956001)(33656002)(64126003)(36756003)(106466001)(4001350100001)(77096005)(230700001)(5001770100001)(47776003)(2950100001)(59896002)(1096002)(19580405001)(76176999)(586003)(1220700001)(5008740100001)(11100500001)(36386004)(50986999)(107986001)(5001870100001);DIR:OUT;SFP:1101;SCL:1;SRVR:CY1NAM02HT007;H:xsj-pvapsmtpgw02;FPR:;SPF:Pass;PTR:unknown-60-100.xilinx.com,xapps1.xilinx.com;MX:1;A:1;LANG:en; X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:(8251501001);SRVR:CY1NAM02HT007; X-Microsoft-Antispam-PRVS: <89ca53a63a704c39bcae3fdbd7f750a3@CY1NAM02HT007.eop-nam02.prod.protection.outlook.com> X-Exchange-Antispam-Report-Test: UriScan:(192813158149592); X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(520078)(5005006)(8121501046)(3002001)(10201501046);SRVR:CY1NAM02HT007;BCL:0;PCL:0;RULEID:;SRVR:CY1NAM02HT007; X-Forefront-PRVS: 0790FB1F33 X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 14 Dec 2015 07:25:34.9127 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[149.199.60.100];Helo=[xsj-pvapsmtpgw02] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1NAM02HT007 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 23 On 13.12.2015 02:41, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pci/host/Kconfig:config PCIE_XILINX > drivers/pci/host/Kconfig: bool "Xilinx AXI PCIe host bridge support" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the modular code that is essentially orphaned, so that > when reading the driver there is no doubt it is builtin-only. This > makes xilinx_pcie_free_irq_domain orphaned so we remove it too. Right. Acked-by: Michal Simek Thanks, Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/