From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Turquette Subject: Re: linux-next: manual merge of the clk tree with the driver-core tree Date: Wed, 30 Jul 2014 15:40:56 -0700 Message-ID: <20140730224056.11617.36256@quantum> References: <20140730185708.12a99f00@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <20140730185708.12a99f00@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell , Greg KH Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Sylwester Nawrocki , Kim Phillips List-Id: linux-next.vger.kernel.org Quoting Stephen Rothwell (2014-07-30 01:57:08) > Hi Mike, > > Today's linux-next merge of the clk tree got a conflict in > drivers/base/platform.c between commit 3d713e0e382e ("driver core: > platform: add device binding path 'driver_override'") from the > driver-core tree and commit 86be408bfbd8 ("clk: Support for clock > parents and rates assigned from device tree") from the clk tree. > > I fixed it up (see below) and can carry the fix as necessary (no action > is required). Looks good to me. Thanks, Mike > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au > > diff --cc drivers/base/platform.c > index 7cc7440b014d,ac47643b1b69..000000000000 > --- a/drivers/base/platform.c > +++ b/drivers/base/platform.c > @@@ -23,7 -23,7 +23,8 @@@ > #include > #include > #include > +#include > + #include > > #include "base.h" > #include "power/power.h"