Skip to content

Commit 6ff66e0

Browse files
Jiri Slabygregkh
authored andcommitted
vt: selection, remove redeclaration of poke_blanked_console
It is declared in vt_kern.h, so no need to declare it in selection.c which includes the header. Signed-off-by: Jiri Slaby <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a10df49 commit 6ff66e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/tty/vt/selection.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
/* Don't take this from <ctype.h>: 011-015 on the screen aren't spaces */
3636
#define isspace(c) ((c) == ' ')
3737

38-
extern void poke_blanked_console(void);
39-
4038
/* FIXME: all this needs locking */
4139
static struct vc_selection {
4240
struct mutex lock;

0 commit comments

Comments
 (0)