From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 747FFC636D4 for ; Wed, 15 Feb 2023 17:53:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Nfn4wwWI0Y4K+ENdbaU98k622Gv43rS+9Y+BSaNT59w=; b=0kr1gh0y2zmyg+ wFJwnb7Q9U0nU5N2ZdkDClAcYGlq1cezsdDb9cSUchREaVF8LxF+UJeIlPTBKWkilvei+fB04itPF pulG435C9xrYBg4SWnJAuxuXHWEAMEvuM/cC4j1u/UVqQTopYxuVhrPjh2rgK4Ltxw3B1HKzJs6AK bv5u1o+jh0BTyzVPwoGCNMYNi332WwjMpuOpS1UqFYi6QCeKsZTbOPMBKuTDil00I0YXaOOCejM1E tQqXcF4gNDJeOFxPM6+JWcTIFFLyqgHakCvgJEI52ureOteWERF5CYYooYGI0xTZEu8AhZ/Z8nNMM 8ZqGdaDS+Ri3O/Zma2fg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSLxh-006la5-Ag; Wed, 15 Feb 2023 17:52:57 +0000 Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSLxd-006lZh-P7; Wed, 15 Feb 2023 17:52:53 +0000 Date: Wed, 15 Feb 2023 09:52:53 -0800 From: Christoph Hellwig To: Po-Wen Kao Cc: Alim Akhtar , Avri Altman , Bart Van Assche , "James E.J. Bottomley" , "Martin K. Petersen" , Matthias Brugger , wsd_upstream@mediatek.com, peter.wang@mediatek.com, stanley.chu@mediatek.com, alice.chao@mediatek.com, chun-hung.wu@mediatek.com, cc.chou@mediatek.com, chaotian.jing@mediatek.com, jiajie.hao@mediatek.com, mason.zhang@mediatek.com, quic_asutoshd@quicinc.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 2/2] scsi: ufs: core: Export symbol ufshcd_mcq_read_cqis() Message-ID: References: <20230215123750.15785-1-powen.kao@mediatek.com> <20230215123750.15785-2-powen.kao@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230215123750.15785-2-powen.kao@mediatek.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Feb 15, 2023 at 08:37:46PM +0800, Po-Wen Kao wrote: > Export symbol for driver module Which one? We don't export symbols without an actual user. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel