From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761333AbdAKEFG convert rfc822-to-8bit (ORCPT ); Tue, 10 Jan 2017 23:05:06 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:40974 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755751AbdAKEFF (ORCPT ); Tue, 10 Jan 2017 23:05:05 -0500 To: Tomas Winkler Cc: James Bottomley , "Martin K . Petersen" , Vinayak Holikatti , Christoph Hellwig , Yaniv Gardi , Subhash Jadavani , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [scsi 1/4] scsi: ufs: ufshcd_query_descriptor_retry should be static From: "Martin K. Petersen" Organization: Oracle Corporation References: <1483605912-15041-1-git-send-email-tomas.winkler@intel.com> Date: Tue, 10 Jan 2017 23:04:48 -0500 In-Reply-To: <1483605912-15041-1-git-send-email-tomas.winkler@intel.com> (Tomas Winkler's message of "Thu, 5 Jan 2017 10:45:09 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>>>> "Tomas" == Tomas Winkler writes: Tomas> Fix the following compilation warning: Tomas> drivers/scsi/ufs/ufshcd.c:2076:5: warning: no previous prototype Tomas> for ‘ufshcd_query_descriptor_retry’ [-Wmissing-prototypes] Tomas> Also do not export the function, it should not be used out of ufs Tomas> context. Applied to 4.11/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering