commit | c6601225380088018ae93df2ba7f0bb65334d63b | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Fri Jul 23 15:04:01 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri Jul 30 00:03:58 2010 -0600 |
tree | b87880db2c72a3cd8528948d15703743bccc726d | |
parent | d2f718398a21cdb925f12c2b332d206eacd967a6 [diff] |
of/device: Make of_device_make_bus_id() usable by other code. The AMBA bus should also use of_device_make_bus_id() when populating device out of device tree data. This patch makes the function non-static, and adds a suitable prototype in of_device.h Signed-off-by: Grant Likely <grant.likely@secretlab.ca>