Skip to content

Commit 6ceed69

Browse files
Jiri Slaby (SUSE)hdeller
authored andcommitted
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>
1 parent 03b89a0 commit 6ceed69

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

drivers/video/console/vgacon.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,8 @@ static struct vgastate vgastate;
6565
* Interface used by the world
6666
*/
6767

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);
7568
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+
7870
static struct uni_pagedict *vgacon_uni_pagedir;
7971
static int vgacon_refcount;
8072

0 commit comments

Comments
 (0)