diff options
Diffstat (limited to 'drivers/video/console')
-rw-r--r-- | drivers/video/console/sticon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/sticon.c b/drivers/video/console/sticon.c index 45586aaabd1e..57b21e533036 100644 --- a/drivers/video/console/sticon.c +++ b/drivers/video/console/sticon.c | |||
@@ -345,7 +345,7 @@ static void sticon_save_screen(struct vc_data *conp) | |||
345 | { | 345 | { |
346 | } | 346 | } |
347 | 347 | ||
348 | static struct consw sti_con = { | 348 | static const struct consw sti_con = { |
349 | .owner = THIS_MODULE, | 349 | .owner = THIS_MODULE, |
350 | .con_startup = sticon_startup, | 350 | .con_startup = sticon_startup, |
351 | .con_init = sticon_init, | 351 | .con_init = sticon_init, |