[PATCH] efi_set_rtc_mmss() is not __init
authorAl Viro <[email protected]>
Thu, 1 Feb 2007 13:52:54 +0000 (13:52 +0000)
committerLinus Torvalds <[email protected]>
Fri, 2 Feb 2007 00:17:06 +0000 (16:17 -0800)
fix the extern in efi.h

Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/efi.h

index df1c91855f0efa1336181a4552e9b6fa7cfb725e..f8ebd7c1ddb3f40019fd2c14902c58ff14de23e3 100644 (file)
@@ -301,7 +301,7 @@ extern int __init efi_uart_console_only (void);
 extern void efi_initialize_iomem_resources(struct resource *code_resource,
                                        struct resource *data_resource);
 extern unsigned long efi_get_time(void);
-extern int __init efi_set_rtc_mmss(unsigned long nowtime);
+extern int efi_set_rtc_mmss(unsigned long nowtime);
 extern int is_available_memory(efi_memory_desc_t * md);
 extern struct efi_memory_map memmap;