Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757714Ab2EaBrQ (ORCPT ); Wed, 30 May 2012 21:47:16 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:54401 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757661Ab2EaBrO convert rfc822-to-8bit (ORCPT ); Wed, 30 May 2012 21:47:14 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 31 May 2012 09:47:12 +0800 Message-ID: Subject: Re: [PATCH RFC 1/3] i2c-nomadik: move header from to From: Linus Walleij To: Alessandro Rubini Cc: linux-kernel@vger.kernel.org, Giancarlo Asnaghi , Russell King , Linus Walleij , Srinidhi Kasagar , Wolfram Sang , Jean Delvare , linux-i2c@vger.kernel.org, STEricsson_nomadik_linux@list.st.com, linux-arm-kernel@lists.infradead.org, Alan Cox Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 905 Lines: 23 On Thu, May 31, 2012 at 1:45 AM, Alessandro Rubini wrote: > The header and driver were only used by arm/mach-nomadik and > arm/mach-u8500. ?The STA2X11 I/O Hub exports on PCIe a number of > devices, including i2c-nomadik. ?This patch allows compilation of > the driver under x86. > > Signed-off-by: Alessandro Rubini > Acked-by: Giancarlo Asnaghi The new place to put pure platform data headers is: include/linux/platform_data/i2c-nomadik.h so please use this. Pls use git format-patch -M so we get a nice movement patch without all the -/+ lines. (No big deal though.) Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/