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

Configure Feed

Select the types of activity you want to include in your feed.

vgacon: remove unneeded forward declarations

Most of the forward declarations in vgacon are not needed. Drop them.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Cc: Helge Deller <deller@gmx.de>
Cc: linux-fbdev@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Jiri Slaby (SUSE) and committed by
Helge Deller
6ceed69c 03b89a08

+1 -9
+1 -9
drivers/video/console/vgacon.c
··· 65 65 * Interface used by the world 66 66 */ 67 67 68 - static const char *vgacon_startup(void); 69 - static void vgacon_init(struct vc_data *c, int init); 70 - static void vgacon_deinit(struct vc_data *c); 71 - static void vgacon_cursor(struct vc_data *c, int mode); 72 - static int vgacon_switch(struct vc_data *c); 73 - static int vgacon_blank(struct vc_data *c, int blank, int mode_switch); 74 - static void vgacon_scrolldelta(struct vc_data *c, int lines); 75 68 static int vgacon_set_origin(struct vc_data *c); 76 - static void vgacon_save_screen(struct vc_data *c); 77 - static void vgacon_invert_region(struct vc_data *c, u16 * p, int count); 69 + 78 70 static struct uni_pagedict *vgacon_uni_pagedir; 79 71 static int vgacon_refcount; 80 72