]> Git Repo - J-u-boot.git/blobdiff - include/dm/device-internal.h
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
[J-u-boot.git] / include / dm / device-internal.h
index 2e9c1d5ef9c183048d9810e5d67ad52fef6e3b5b..af3b6b2b054c8c054baca63145a41ad28b1f12c0 100644 (file)
@@ -89,7 +89,7 @@ int device_bind_by_name(struct udevice *parent, bool pre_reloc_only,
 int device_reparent(struct udevice *dev, struct udevice *new_parent);
 
 /**
- * device_ofdata_to_platdata() - Read platform data for a device
+ * device_of_to_plat() - Read platform data for a device
  *
  * Read platform data for a device (typically from the device tree) so that
  * the information needed to probe the device is present.
@@ -102,7 +102,7 @@ int device_reparent(struct udevice *dev, struct udevice *new_parent);
  * @dev: Pointer to device to process
  * @return 0 if OK, -ve on error
  */
-int device_ofdata_to_platdata(struct udevice *dev);
+int device_of_to_plat(struct udevice *dev);
 
 /**
  * device_probe() - Probe a device, activating it
This page took 0.025274 seconds and 4 git commands to generate.