The function VAR_MATCH is defined in the controlfb.c file, but not
called elsewhere, so delete this unused function.
drivers/video/fbdev/controlfb.c:111:19: warning: unused function 'VAR_MATCH'.
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2153
Reported-by: Abaci Robot <redacted>
Signed-off-by: Jiapeng Chong <redacted>
---
drivers/video/fbdev/controlfb.c | 7 -------
1 file changed, 7 deletions(-)
The function shadowmode_off() is defined in the tridentfb.c file, but not
called elsewhere, so delete this unused function.
drivers/video/fbdev/tridentfb.c:1131:20: warning: unused function 'shadowmode_off'.
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2154
Reported-by: Abaci Robot <redacted>
Signed-off-by: Jiapeng Chong <redacted>
---
drivers/video/fbdev/tridentfb.c | 5 -----
1 file changed, 5 deletions(-)
@@ -1128,11 +1128,6 @@ static inline void shadowmode_on(struct tridentfb_par *par)write3CE(par,CyberControl,read3CE(par,CyberControl)|0x81);}-staticinlinevoidshadowmode_off(structtridentfb_par*par)-{-write3CE(par,CyberControl,read3CE(par,CyberControl)&0x7E);-}-/* Set the hardware to the requested video mode */staticinttridentfb_set_par(structfb_info*info){
The function dac_read_reg() is defined in the arkfb.c file, but not
called elsewhere, so delete this unused function.
drivers/video/fbdev/arkfb.c:322:18: warning: unused function 'dac_read_reg'.
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2155
Reported-by: Abaci Robot <redacted>
Signed-off-by: Jiapeng Chong <redacted>
---
drivers/video/fbdev/arkfb.c | 8 --------
1 file changed, 8 deletions(-)
The function dac_read_reg() is defined in the arkfb.c file, but not
called elsewhere, so delete this unused function.
drivers/video/fbdev/arkfb.c:322:18: warning: unused function 'dac_read_reg'.
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2155
Reported-by: Abaci Robot <redacted>
Signed-off-by: Jiapeng Chong <redacted>
The function shadowmode_off() is defined in the tridentfb.c file, but not
called elsewhere, so delete this unused function.
drivers/video/fbdev/tridentfb.c:1131:20: warning: unused function 'shadowmode_off'.
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2154
Reported-by: Abaci Robot <redacted>
Signed-off-by: Jiapeng Chong <redacted>
@@ -1128,11 +1128,6 @@ static inline void shadowmode_on(struct tridentfb_par *par)write3CE(par,CyberControl,read3CE(par,CyberControl)|0x81);}-staticinlinevoidshadowmode_off(structtridentfb_par*par)-{-write3CE(par,CyberControl,read3CE(par,CyberControl)&0x7E);-}-/* Set the hardware to the requested video mode */staticinttridentfb_set_par(structfb_info*info){
The function VAR_MATCH is defined in the controlfb.c file, but not
called elsewhere, so delete this unused function.
drivers/video/fbdev/controlfb.c:111:19: warning: unused function 'VAR_MATCH'.
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2153
Reported-by: Abaci Robot <redacted>
Signed-off-by: Jiapeng Chong <redacted>