diff options
Diffstat (limited to 'drivers/char/hvc_console.c')
-rw-r--r-- | drivers/char/hvc_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hvc_console.c b/drivers/char/hvc_console.c index 480fae29c9b2..44160d5ebca0 100644 --- a/drivers/char/hvc_console.c +++ b/drivers/char/hvc_console.c | |||
@@ -93,7 +93,7 @@ struct hvc_struct { | |||
93 | }; | 93 | }; |
94 | 94 | ||
95 | /* dynamic list of hvc_struct instances */ | 95 | /* dynamic list of hvc_struct instances */ |
96 | static struct list_head hvc_structs = LIST_HEAD_INIT(hvc_structs); | 96 | static LIST_HEAD(hvc_structs); |
97 | 97 | ||
98 | /* | 98 | /* |
99 | * Protect the list of hvc_struct instances from inserts and removals during | 99 | * Protect the list of hvc_struct instances from inserts and removals during |