Re: [PATCH v3 09/32] Mini-OS: add EXPORT_SYMBOL() instances to lib/math.c

2023-11-27 Thread Samuel Thibault
Juergen Gross, le lun. 27 nov. 2023 11:25:00 +0100, a ecrit: > Add the needed instances of EXPORT_SYMBOL() to lib/math.c. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > V3: > - new patch > --- > lib/math.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/

[PATCH v3 09/32] Mini-OS: add EXPORT_SYMBOL() instances to lib/math.c

2023-11-27 Thread Juergen Gross
Add the needed instances of EXPORT_SYMBOL() to lib/math.c. Signed-off-by: Juergen Gross --- V3: - new patch --- lib/math.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/math.c b/lib/math.c index b98cc1d2..9ee9fcdb 100644 --- a/lib/math.c +++ b/lib/math.c @@ -338,6 +338,7 @@ __qdi