projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3d4f1
)
[PATCH] efi_set_rtc_mmss() is not __init
author
Al Viro
<
[email protected]
>
Thu, 1 Feb 2007 13:52:54 +0000
(13:52 +0000)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/include/linux/efi.h
b/include/linux/efi.h
index df1c91855f0efa1336181a4552e9b6fa7cfb725e..f8ebd7c1ddb3f40019fd2c14902c58ff14de23e3 100644
(file)
--- a/
include/linux/efi.h
+++ b/
include/linux/efi.h
@@
-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;