X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fpower-domain-uclass.h;h=bd9906b2e7bb8fddd9568a2103bf11b1c045e0b3;hb=696f02d99b41190786b17ad28316a0cd45792c2c;hp=5878021e32c2567548bf30cf1498cc477ff0dbe6;hpb=c98b171e1098f94b2ff7720c45a25a602882f876;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/power-domain-uclass.h b/include/power-domain-uclass.h index 5878021..bd9906b 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. *