From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751947AbcF0QM2 (ORCPT ); Mon, 27 Jun 2016 12:12:28 -0400 Received: from outbound1a.ore.mailhop.org ([54.213.22.21]:63598 "EHLO outbound1a.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751713AbcF0QM1 (ORCPT ); Mon, 27 Jun 2016 12:12:27 -0400 X-MHO-User: 0239138e-3c82-11e6-a0ff-e511cd071b9b X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.99.78.160 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 67BBC8005C Date: Mon, 27 Jun 2016 16:12:22 +0000 From: Jason Cooper To: Alexandre Belloni Cc: rtc-linux@googlegroups.com, Alessandro Zummo , linux-kernel@vger.kernel.org, Hartley Sweeten , Ryan Mallon , Alexander Clouter , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data Message-ID: <20160627161222.GY9922@io.lakedaemon.net> References: <1466978583-13310-1-git-send-email-alexandre.belloni@free-electrons.com> <1466978583-13310-4-git-send-email-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466978583-13310-4-git-send-email-alexandre.belloni@free-electrons.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Alexandre, On Mon, Jun 27, 2016 at 12:03:02AM +0200, Alexandre Belloni wrote: > m48t86.h belongs to include/linux/platform_data/ > > Signed-off-by: Alexandre Belloni > --- > Cc: Hartley Sweeten > Cc: Ryan Mallon > Cc: Alexander Clouter > Cc: Jason Cooper > Cc: Andrew Lunn > Cc: Sebastian Hesselbarth > Cc: Gregory Clement > Cc: linux-arm-kernel@lists.infradead.org > > arch/arm/mach-ep93xx/ts72xx.c | 2 +- > arch/arm/mach-orion5x/ts78xx-setup.c | 2 +- > drivers/rtc/rtc-m48t86.c | 2 +- > include/linux/{m48t86.h => platform_data/rtc-m48t86.h} | 0 > 4 files changed, 3 insertions(+), 3 deletions(-) > rename include/linux/{m48t86.h => platform_data/rtc-m48t86.h} (100%) For the orion5x bit, Acked-by: Jason Cooper thx, Jason.