diff options
Diffstat (limited to 'arch/x86/kernel/apm_32.c')
-rw-r--r-- | arch/x86/kernel/apm_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c index 7496c2e4b6ae..e32f6c37db9b 100644 --- a/arch/x86/kernel/apm_32.c +++ b/arch/x86/kernel/apm_32.c | |||
@@ -405,7 +405,7 @@ static DECLARE_WAIT_QUEUE_HEAD(apm_waitqueue); | |||
405 | static DECLARE_WAIT_QUEUE_HEAD(apm_suspend_waitqueue); | 405 | static DECLARE_WAIT_QUEUE_HEAD(apm_suspend_waitqueue); |
406 | static struct apm_user * user_list; | 406 | static struct apm_user * user_list; |
407 | static DEFINE_SPINLOCK(user_list_lock); | 407 | static DEFINE_SPINLOCK(user_list_lock); |
408 | static const struct desc_struct bad_bios_desc = { 0, 0x00409200 }; | 408 | static const struct desc_struct bad_bios_desc = { { { 0, 0x00409200 } } }; |
409 | 409 | ||
410 | static const char driver_version[] = "1.16ac"; /* no spaces */ | 410 | static const char driver_version[] = "1.16ac"; /* no spaces */ |
411 | 411 | ||