From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 2/5] driver core: move to_platform_driver to platform_device.h Date: Mon, 22 Apr 2013 09:03:07 +0200 Message-ID: <201304220903.07824.arnd@arndb.de> References: <1366596798-9457-1-git-send-email-robherring2@gmail.com> <1366596798-9457-3-git-send-email-robherring2@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1366596798-9457-3-git-send-email-robherring2@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Grant Likely , Rob Herring , Greg Kroah-Hartman List-Id: devicetree@vger.kernel.org On Monday 22 April 2013, Rob Herring wrote: > From: Rob Herring > > In converting the last remaining of_platform_driver (ibmebus) to a regular > platform driver, to_platform_driver is needed to replace > to_of_platform_driver. > > Signed-off-by: Rob Herring > Cc: Greg Kroah-Hartman > Cc: Grant Likely It sounds like this patch is needed first, so you should swap the first two patches in the series. Arnd