X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Freset.h;h=201bafc67f27913485fa0e5fb99345f2b0b73559;hb=9cddf70ead79f7b7c113d7481860a14b61aa6e0b;hp=d38f1765ec5338c5662ea99c1f1b3b2f3eed663b;hpb=ebca902aeb3af3eaedd2787928184ad84a86b98f;p=u-boot diff --git a/include/reset.h b/include/reset.h index d38f1765ec..201bafc67f 100644 --- a/include/reset.h +++ b/include/reset.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2016, NVIDIA CORPORATION. - * - * SPDX-License-Identifier: GPL-2.0 */ #ifndef _RESET_H @@ -243,7 +242,8 @@ static inline int reset_get_by_index(struct udevice *dev, int index, return -ENOTSUPP; } -static inline int reset_get_bulk(struct udevice *dev, struct clk_bulk *bulk) +static inline int reset_get_bulk(struct udevice *dev, + struct reset_ctl_bulk *bulk) { return -ENOTSUPP; } @@ -284,7 +284,7 @@ static inline int reset_release_all(struct reset_ctl *reset_ctl, int count) return 0; } -static inline int reset_release_bulk(struct clk_bulk *bulk) +static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) { return 0; }