diff options
Diffstat (limited to 'drivers/char/selection.c')
-rw-r--r-- | drivers/char/selection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/selection.c b/drivers/char/selection.c index 71093a9fc462..74cff839c857 100644 --- a/drivers/char/selection.c +++ b/drivers/char/selection.c | |||
@@ -33,7 +33,7 @@ extern void poke_blanked_console(void); | |||
33 | 33 | ||
34 | /* Variables for selection control. */ | 34 | /* Variables for selection control. */ |
35 | /* Use a dynamic buffer, instead of static (Dec 1994) */ | 35 | /* Use a dynamic buffer, instead of static (Dec 1994) */ |
36 | struct vc_data *sel_cons; /* must not be disallocated */ | 36 | struct vc_data *sel_cons; /* must not be deallocated */ |
37 | static volatile int sel_start = -1; /* cleared by clear_selection */ | 37 | static volatile int sel_start = -1; /* cleared by clear_selection */ |
38 | static int sel_end; | 38 | static int sel_end; |
39 | static int sel_buffer_lth; | 39 | static int sel_buffer_lth; |