From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932684AbeARP1h (ORCPT ); Thu, 18 Jan 2018 10:27:37 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:34695 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932237AbeARP1f (ORCPT ); Thu, 18 Jan 2018 10:27:35 -0500 Subject: Re: [PATCH v5 33/44] ARM: davinci: switch to common clock framework To: David Lechner , , , CC: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Kevin Hilman , Adam Ford , References: <1515378238-23105-1-git-send-email-david@lechnology.com> <1515378238-23105-4-git-send-email-david@lechnology.com> From: Sekhar Nori Message-ID: <6a694c9e-243a-5fce-03fa-989d8bb783d2@ti.com> Date: Thu, 18 Jan 2018 20:56:25 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1515378238-23105-4-git-send-email-david@lechnology.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 08 January 2018 07:53 AM, David Lechner wrote: > diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile > index 4e81780..8a8f413 100644 > --- a/arch/arm/mach-davinci/Makefile > +++ b/arch/arm/mach-davinci/Makefile > @@ -5,7 +5,7 @@ > # > > # Common objects > -obj-y := time.o clock.o serial.o psc.o \ > +obj-y := time.o serial.o \ > usb.o common.o sram.o aemif.o The line break seems too early now. Thanks, Sekhar