]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: controlfb: Remove the unused function VAR_MATCH()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 14 Sep 2022 10:22:59 +0000 (18:22 +0800)
committerHelge Deller <deller@gmx.de>
Sat, 8 Oct 2022 13:20:08 +0000 (15:20 +0200)
commit0f341269a5d7d04cae7a6d60eb3992fa5eb5bb05
tree608214660ea290167ee76f58d12162e8045b1db6
parentf8a3e62b5fee6d5ed852d947639016df656dd309
fbdev: controlfb: Remove the unused function VAR_MATCH()

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 <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/controlfb.c