X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fpower-domain-uclass.h;h=bd9906b2e7bb8fddd9568a2103bf11b1c045e0b3;hb=6f9347f3bc839a5c65be0f5392ecc9ee305f88b3;hp=5878021e32c2567548bf30cf1498cc477ff0dbe6;hpb=fe34b6a4845476208ca7d19a35179e56bebf3877;p=u-boot diff --git a/include/power-domain-uclass.h b/include/power-domain-uclass.h index 5878021e32..bd9906b2e7 100644 --- a/include/power-domain-uclass.h +++ b/include/power-domain-uclass.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2016, NVIDIA CORPORATION. - * - * SPDX-License-Identifier: GPL-2.0 */ #ifndef _POWER_DOMAIN_UCLASS_H @@ -40,7 +39,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. *