]> Git Repo - J-u-boot.git/commit
dm: core: remove type 'static' of function uclass_get_device_tail()
authorPrzemyslaw Marczak <[email protected]>
Mon, 20 Apr 2015 11:32:32 +0000 (13:32 +0200)
committerSimon Glass <[email protected]>
Wed, 22 Apr 2015 17:03:15 +0000 (11:03 -0600)
commit794d521917eab07651248174a81ba51cd265d9dc
treeb0903609df84370f45f025168a34110ef4d251a2
parentf9c370dcdf056f035f18bf77db8a706cea21f9ce
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 <[email protected]>
Cc: Simon Glass <[email protected]>
Acked-by: Simon Glass <[email protected]>
drivers/core/uclass.c
include/dm/uclass-internal.h
This page took 0.035378 seconds and 4 git commands to generate.