[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023082220-washbowl-shed-6be9@gregkh>
Date: Tue, 22 Aug 2023 16:32:25 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Yue Haibing <yuehaibing@...wei.com>
Cc: johan@...nel.org, elder@...nel.org, greybus-dev@...ts.linaro.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] greybus: svc: Remove unused declarations
On Fri, Aug 18, 2023 at 08:43:38PM +0800, Yue Haibing wrote:
> Commit 84427943d2da ("greybus: svc: drop legacy-protocol dependency")
> removed these implementations but not the declarations.
>
> Signed-off-by: Yue Haibing <yuehaibing@...wei.com>
> ---
> include/linux/greybus/svc.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/include/linux/greybus/svc.h b/include/linux/greybus/svc.h
> index 5afaf5f06856..da547fb9071b 100644
> --- a/include/linux/greybus/svc.h
> +++ b/include/linux/greybus/svc.h
> @@ -100,7 +100,4 @@ bool gb_svc_watchdog_enabled(struct gb_svc *svc);
> int gb_svc_watchdog_enable(struct gb_svc *svc);
> int gb_svc_watchdog_disable(struct gb_svc *svc);
>
> -int gb_svc_protocol_init(void);
> -void gb_svc_protocol_exit(void);
> -
> #endif /* __SVC_H */
> --
> 2.34.1
>
Nice, how did you find these?
Powered by blists - more mailing lists