[U-Boot] [PATCH V5 1/3] dm: core: remove type 'static' of function uclass_get_device_tail()

Simon Glass sjg at chromium.org
Mon Apr 20 23:24:32 CEST 2015


On 20 April 2015 at 05:32, Przemyslaw Marczak <p.marczak at samsung.com> wrote:
>
> Uclass API provides a few functions for get/find the device.
> To provide a complete function set of uclass-internal functions,
> for use by the drivers, the function uclass_get_device_tail()
> should be non-static.
>
> Signed-off-by: Przemyslaw Marczak <p.marczak at samsung.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> Changes V4:
> - new commit
>
> Changes V5:
> - drivers/core/uclass.c - uclass_get_device_tail() - remove function comment
> ---
>  drivers/core/uclass.c        | 12 +-----------
>  include/dm/uclass-internal.h | 21 ++++++++++++++++++---
>  2 files changed, 19 insertions(+), 14 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list