Re: [PATCH -next] fbdev: atyfb: always declare aty_{ld,st}_lcd()

2021-02-24 Thread Randy Dunlap
On 2/24/21 2:07 PM, Nick Desaulniers wrote: > On Wed, Feb 24, 2021 at 1:55 PM Randy Dunlap wrote: >> >> The previously added stubs for aty_{ld,}st_lcd() make it >> so that these functions are used regardless of the config >> options that were guarding them, so remove the #ifdef/#endif >> lines and

[PATCH -next] fbdev: atyfb: always declare aty_{ld,st}_lcd()

2021-02-24 Thread Randy Dunlap
The previously added stubs for aty_{ld,}st_lcd() make it so that these functions are used regardless of the config options that were guarding them, so remove the #ifdef/#endif lines and make their declarations always visible. This fixes build warnings that were reported by clang: drivers/video/