dm: treewide: Rename 'platdata' variables to just 'plat'
We use 'priv' for private data but often use 'platdata' for platform data. We can't really use 'pdata' since that is ambiguous (it could mean private or platform data). Rename some of the latter variables to end with 'plat' for consistency. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -190,6 +190,6 @@ U_BOOT_DRIVER(cdns_ti) = {
|
||||
.bind = cdns3_bind,
|
||||
.probe = cdns_ti_probe,
|
||||
.remove = cdns_ti_remove,
|
||||
.platdata_auto = sizeof(struct cdns_ti),
|
||||
.plat_auto = sizeof(struct cdns_ti),
|
||||
.flags = DM_FLAG_OS_PREPARE,
|
||||
};
|
||||
|
Reference in New Issue
Block a user