From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032401AbdAJMTF (ORCPT ); Tue, 10 Jan 2017 07:19:05 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:64521 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031456AbdAJMTD (ORCPT ); Tue, 10 Jan 2017 07:19:03 -0500 Subject: Re: [PATCH] scsi: remove useless acpi functions in the head file To: Johannes Thumshirn References: <1484036044-9514-1-git-send-email-guohanjun@huawei.com> <20170110115122.GB3721@linux-x5ow.site> CC: , , , , , Hanjun Guo From: Hanjun Guo Message-ID: <5874D0CA.1020703@huawei.com> Date: Tue, 10 Jan 2017 20:17:14 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20170110115122.GB3721@linux-x5ow.site> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.17.188] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A090201.5874D0D5.012D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 10bbcf485b0b16b7bea46fa900284c71 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017/1/10 19:51, Johannes Thumshirn wrote: > On Tue, Jan 10, 2017 at 04:14:04PM +0800, Hanjun Guo wrote: >> From: Hanjun Guo >> >> commit f1bc1e4c44b1 ("ata: acpi: rework the ata acpi bind support") >> removed scsi_register_acpi_bus_type() and scsi_unregister_acpi_bus_type(), >> but forgot to remove them in the head file, do it now. > ^ > header? Yes, will update the patch. >> Signed-off-by: Hanjun Guo >> --- > Otherwise, > Reviewed-by: Johannes Thumshirn Thanks! Hanjun