From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [PATCH 2/7] at91/i2c: move register header to drivers Date: Fri, 15 Jul 2011 17:49:31 +0200 Message-ID: <20110715154931.GB20678@game.jcrosoft.org> References: <1310687525-22486-1-git-send-email-plagnioj@jcrosoft.com> <1310687525-22486-2-git-send-email-plagnioj@jcrosoft.com> <20110715092314.215043d5@endymion.delvare> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20110715092314.215043d5-R0o5gVi9kd7kN2dkZ6Wm7A@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jean Delvare Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Nicolas Ferre , linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-i2c@vger.kernel.org On 09:23 Fri 15 Jul , Jean Delvare wrote: > Hi Jean-Christophe, > > On Fri, 15 Jul 2011 01:52:00 +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > Cc: Nicolas Ferre > > Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > --- > > drivers/i2c/busses/i2c-at91.c | 3 ++- > > .../at91_twi.h => drivers/i2c/busses/i2c-at91.h | 7 +++---- > > 2 files changed, 5 insertions(+), 5 deletions(-) > > rename arch/arm/mach-at91/include/mach/at91_twi.h => drivers/i2c/busses/i2c-at91.h (97%) > > Why don't you just merge i2c-at91.h into i2c-at91.c then, if it's the > only user? I prefer to keep the define in a seperate file Best Regards, J.