summaryrefslogtreecommitdiffstats
path: root/include/efi
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2017-03-03 13:34:00 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-09 07:36:15 +0100
commit92c1033036a0f1d65fb71e7c04cfb9393d31aa1c (patch)
treed39a32ee22abc9c433299693e49b6f78258a3bf8 /include/efi
parent035842ff5588df73170171587a08f02d29838302 (diff)
downloadbarebox-92c1033036a0f1d65fb71e7c04cfb9393d31aa1c.tar.gz
barebox-92c1033036a0f1d65fb71e7c04cfb9393d31aa1c.tar.xz
efi: move x86 clocksource init at core initcall level
so we can use device/driver model Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/efi')
-rw-r--r--include/efi/efi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/efi/efi.h b/include/efi/efi.h
index 2b25cf1868..648afb9ec5 100644
--- a/include/efi/efi.h
+++ b/include/efi/efi.h
@@ -12,8 +12,6 @@ extern efi_loaded_image_t *efi_loaded_image;
int efi_errno(efi_status_t err);
-int efi_clocksource_init(void);
-
void *efi_get_variable(char *name, efi_guid_t *vendor, int *var_size);
static inline void *efi_get_global_var(char *name, int *var_size)