[U-Boot] [PATCH 1/2] dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE

Simon Glass sjg at chromium.org
Thu Feb 19 15:29:52 CET 2015


Hi Marek,

On 19 February 2015 at 01:50, Marek Vasut <marex at denx.de> wrote:
> On Thursday, February 19, 2015 at 02:06:38 AM, Simon Glass wrote:
>> On 18 February 2015 at 14:36, Marek Vasut <marex at denx.de> wrote:
>> > Since device_unbind() is also defined in device-remove.c,
>> > which is compiled in only in case CONFIG_DM_DEVICE_REMOVE
>> > is defined, protect the device_unbind() prototype with the
>> > same CONFIG_DM_DEVICE_REMOVE check.
>> >
>> > Signed-off-by: Marek Vasut <marex at denx.de>
>> > Cc: Simon Glass <sjg at chromium.org>
>> > Cc: Stefan Roese <sr at denx.de>
>> > Cc: Tom Rini <trini at ti.com>
>> > ---
>> >
>> >  include/dm/device-internal.h | 4 ++++
>> >  1 file changed, 4 insertions(+)
>>
>> Acked-by: Simon Glass <sjg at chromium.org>
>
> Tom, can you please pick this one, I need it to repair the socfpga,
> so I'd like to have it in before I submit new PR for that.

I'll bring it into u-boot-dm in any case.

I didn't see a build error though? What is broken at present?

Regards,
Simon


More information about the U-Boot mailing list