From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750944AbdAMQg3 (ORCPT ); Fri, 13 Jan 2017 11:36:29 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:50126 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750713AbdAMQg0 (ORCPT ); Fri, 13 Jan 2017 11:36:26 -0500 Subject: Re: [PATCH 04/37] PCI: dwc: designware: Move the register defines to designware header file To: Kishon Vijay Abraham I , Bjorn Helgaas , Jingoo Han , Joao Pinto , Arnd Bergmann References: <1484216786-17292-1-git-send-email-kishon@ti.com> <1484216786-17292-5-git-send-email-kishon@ti.com> CC: , , , , , , , , , , From: Joao Pinto Message-ID: <0913dcb3-ecb8-b926-981d-f5d3baa9d8b7@synopsys.com> Date: Fri, 13 Jan 2017 16:35:03 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484216786-17292-5-git-send-email-kishon@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.107.19.116] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ās 10:25 AM de 1/12/2017, Kishon Vijay Abraham I escreveu: > No functional change. Move the register defines and other macros from > pcie-designware.c to pcie-designware.h. This is in preparation to > split the pcie-designware.c file into designware core file and host > specific file. > > While at that also fix a checkpatch warning. > > Signed-off-by: Kishon Vijay Abraham I > --- > drivers/pci/dwc/pcie-designware.c | 70 ------------------------------------ > drivers/pci/dwc/pcie-designware.h | 71 +++++++++++++++++++++++++++++++++++++ > 2 files changed, 71 insertions(+), 70 deletions(-) > > diff --git a/drivers/pci/dwc/pcie-designware.c b/drivers/pci/dwc/pcie-designware.c > index d68bc7b..0b928dc 100644 > --- a/drivers/pci/dwc/pcie-designware.c > +++ b/drivers/pci/dwc/pcie-designware.c > @@ -25,76 +25,6 @@ > > #include "pcie-designware.h" Make sense. Reviewed-By: Joao Pinto