Commit 472ba91dd9ce76b586d4d513f7e3448330eec7eb

Authored by Al Viro
Committed by Linus Torvalds
1 parent 2a3d4f1f1f

[PATCH] efi_set_rtc_mmss() is not __init

fix the extern in efi.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -301,7 +301,7 @@
301 301 extern void efi_initialize_iomem_resources(struct resource *code_resource,
302 302 struct resource *data_resource);
303 303 extern unsigned long efi_get_time(void);
304   -extern int __init efi_set_rtc_mmss(unsigned long nowtime);
  304 +extern int efi_set_rtc_mmss(unsigned long nowtime);
305 305 extern int is_available_memory(efi_memory_desc_t * md);
306 306 extern struct efi_memory_map memmap;
307 307