From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752105AbcELHos (ORCPT ); Thu, 12 May 2016 03:44:48 -0400 Received: from www.linutronix.de ([62.245.132.108]:52008 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751402AbcELHor (ORCPT ); Thu, 12 May 2016 03:44:47 -0400 Date: Thu, 12 May 2016 09:43:02 +0200 (CEST) From: Thomas Gleixner To: Xie XiuQi cc: linux-kernel@vger.kernel.org, huawei.libin@huawei.com, wangyijing@huawei.com Subject: Re: [PATCH] genirq: export __irq_set_affinity symbol In-Reply-To: <1463032287-21692-1-git-send-email-xiexiuqi@huawei.com> Message-ID: References: <1463032287-21692-1-git-send-email-xiexiuqi@huawei.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 12 May 2016, 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. Please show the code using the exports first. We don't export symbols w/o knowing the usecase. Thanks, tglx