]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: core: remove type 'static' of function uclass_get_device_tail()
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Mon, 20 Apr 2015 11:32:32 +0000 (13:32 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:10 +0000 (22:30 +0200)
commitb775e4e19f1353b70aa6fdfb431abac9a23a264d
treea9d5ac86c7cd8afde01cbd7e6f76f7f68248ae37
parent6143aff46f27d6b0d868e4cab2e00dd51f2b2a12
dm: core: remove type 'static' of function uclass_get_device_tail()

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@samsung.com>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/core/uclass.c
include/dm/uclass-internal.h