Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Peilin Ye and committed by
Daniel Vetter
e0006503 65b7da27

-8
-8
drivers/video/fbdev/atafb.c
··· 240 240 241 241 static int inverse; 242 242 243 - extern int fontheight_8x8; 244 - extern int fontwidth_8x8; 245 - extern unsigned char fontdata_8x8[]; 246 - 247 - extern int fontheight_8x16; 248 - extern int fontwidth_8x16; 249 - extern unsigned char fontdata_8x16[]; 250 - 251 243 /* 252 244 * struct fb_ops { 253 245 * * open/release and usage marking