Re: [PATCH 2/2] rtc: s3c: quiet maybe-unused variable warning

2021-02-02 Thread Krzysztof Kozlowski
On Tue, Feb 02, 2021 at 12:29:34PM +0100, Alexandre Belloni wrote: > When CONFIG_OF is disabled then the matching table is not referenced. > > Signed-off-by: Alexandre Belloni > --- > drivers/rtc/rtc-s3c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Krzysztof Kozlows

[PATCH 2/2] rtc: s3c: quiet maybe-unused variable warning

2021-02-02 Thread Alexandre Belloni
When CONFIG_OF is disabled then the matching table is not referenced. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-s3c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-s3c.c b/drivers/rtc/rtc-s3c.c index f07b0c43aafe..e57d3ca70a78 100644 --- a/drivers