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:
@@ -661,6 +661,6 @@ U_BOOT_DRIVER(optee) = {
|
||||
.ofdata_to_platdata = optee_ofdata_to_platdata,
|
||||
.probe = optee_probe,
|
||||
.ops = &optee_ops,
|
||||
.platdata_auto = sizeof(struct optee_pdata),
|
||||
.plat_auto = sizeof(struct optee_pdata),
|
||||
.priv_auto = sizeof(struct optee_private),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user