]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev/atafb: Remove unused extern variables
authorPeilin Ye <yepeilin.cs@gmail.com>
Tue, 27 Oct 2020 16:31:08 +0000 (12:31 -0400)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 28 Oct 2020 18:40:11 +0000 (19:40 +0100)
commit9e26f4e9d7bf77cab827000fb967b18413861c1c
treef480e986874262a3908a66963312a262c22aeea0
parent59f35000211cd6330fc8de49d905b0ad6f1c25d6
fbdev/atafb: Remove unused extern variables

Remove 6 unused extern variables to reduce confusion. It is worth
mentioning that lib/fonts/font_8x8.c and lib/fonts/font_8x16.c also
declare `fontdata_8x8` and `fontdata_8x16` respectively, and this file
has nothing to do with them.

Signed-off-by: Peilin Ye <yepeilin.cs@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/cb5bb49a33ff54fef41e719ee9d301a6a73c5f9c.1603788512.git.yepeilin.cs@gmail.com
Link: https://patchwork.freedesktop.org/patch/msgid/20201028105647.1210161-1-yepeilin.cs@gmail.com
drivers/video/fbdev/atafb.c