Re: [PATCH] ch_driver: Drop needless fwd declaration

2021-11-01 Thread Ján Tomko
On a Friday in 2021, Michal Privoznik wrote: In ch_driver.c there are two forward declarations that are not needed. Drop them. Signed-off-by: Michal Privoznik --- src/ch/ch_driver.c | 5 - 1 file changed, 5 deletions(-) Reviewed-by: Ján Tomko Jano signature.asc Description: PGP

[PATCH] ch_driver: Drop needless fwd declaration

2021-10-29 Thread Michal Privoznik
In ch_driver.c there are two forward declarations that are not needed. Drop them. Signed-off-by: Michal Privoznik --- src/ch/ch_driver.c | 5 - 1 file changed, 5 deletions(-) diff --git a/src/ch/ch_driver.c b/src/ch/ch_driver.c index 1824d2fd16..9eaf3ee499 100644 --- a/src/ch/ch_driver.c