From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v2] clocksource: timer-ti-dm: Make unexported functions static Date: Wed, 28 Feb 2018 14:11:05 -0800 Message-ID: <20180228221105.GK5448@atomide.com> References: <20180228072519.GA8961@lenoch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20180228072519.GA8961@lenoch> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Ladislav Michl Cc: linux-pwm@vger.kernel.org, aaro.koskinen@iki.fi, Keerthy , daniel.lezcano@linaro.org, t-kristo@ti.com, robh+dt@kernel.org, narmstrong@baylibre.com, thierry.reding@gmail.com, Thomas Gleixner , Brecht Neyrinck , sebastian.reichel@collabora.co.uk, grygorii.strashko@ti.com, linux-omap@vger.kernel.org, Claudiu.Beznea@microchip.com, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org * Ladislav Michl [180228 07:26]: > As dmtimer no longer exports functions, make those previously > exported static (this requires few functions to be moved around > as their prototypes were deleted). > > Signed-off-by: Ladislav Michl > --- > Changes: > - v2: Fix compilation for OMAP1 Thanks for fixing this, applying into omap-for-v4.17/timer. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 28 Feb 2018 14:11:05 -0800 Subject: [PATCH v2] clocksource: timer-ti-dm: Make unexported functions static In-Reply-To: <20180228072519.GA8961@lenoch> References: <20180228072519.GA8961@lenoch> Message-ID: <20180228221105.GK5448@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Ladislav Michl [180228 07:26]: > As dmtimer no longer exports functions, make those previously > exported static (this requires few functions to be moved around > as their prototypes were deleted). > > Signed-off-by: Ladislav Michl > --- > Changes: > - v2: Fix compilation for OMAP1 Thanks for fixing this, applying into omap-for-v4.17/timer. Regards, Tony