Re: [PATCH v3 21/32] Mini-OS: add EXPORT_SYMBOL() instances to time.c

2023-11-27 Thread Samuel Thibault
Juergen Gross, le lun. 27 nov. 2023 11:25:12 +0100, a ecrit: > Add the needed instances of EXPORT_SYMBOL() to time.c. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > V3: > - new patch > --- > arch/arm/time.c | 1 + > arch/x86/time.c | 2 +- > 2 files changed, 2 insertion

[PATCH v3 21/32] Mini-OS: add EXPORT_SYMBOL() instances to time.c

2023-11-27 Thread Juergen Gross
Add the needed instances of EXPORT_SYMBOL() to time.c. Signed-off-by: Juergen Gross --- V3: - new patch --- arch/arm/time.c | 1 + arch/x86/time.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/time.c b/arch/arm/time.c index a088981e..3483511a 100644 --- a/arch/ar