summaryrefslogtreecommitdiff
path: root/include/power-domain-uclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power-domain-uclass.h')
-rw-r--r--include/power-domain-uclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/power-domain-uclass.h b/include/power-domain-uclass.h
index 5878021..802233d 100644
--- a/include/power-domain-uclass.h
+++ b/include/power-domain-uclass.h
@@ -40,7 +40,7 @@ struct power_domain_ops {
* @return 0 if OK, or a negative error code.
*/
int (*of_xlate)(struct power_domain *power_domain,
- struct fdtdec_phandle_args *args);
+ struct ofnode_phandle_args *args);
/**
* request - Request a translated power domain.
*