From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752279AbcELH2t (ORCPT ); Thu, 12 May 2016 03:28:49 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:57243 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751872AbcELH2s (ORCPT ); Thu, 12 May 2016 03:28:48 -0400 Date: Thu, 12 May 2016 00:28:45 -0700 From: Christoph Hellwig To: Xie XiuQi Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org, huawei.libin@huawei.com, wangyijing@huawei.com Subject: Re: [PATCH] genirq: export __irq_set_affinity symbol Message-ID: <20160512072845.GA22352@infradead.org> References: <1463032287-21692-1-git-send-email-xiexiuqi@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463032287-21692-1-git-send-email-xiexiuqi@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 12, 2016 at 01:51:27PM +0800, Xie XiuQi wrote: > __irq_set_affinity is declared in include/linux/interrupt.h, but not > been exported. > > We export it now, so we could use __irq_set_affinity, irq_set_affinity > and irq_force_affinity in kernel modules. Err, no. Please explain your use case and show the module first.