Re: [PATCH v2 4/4] video/edid: Move int_sqrt() out

2016-06-24 Thread Antony Pavlov
On Thu, 23 Jun 2016 22:35:35 -0700 Andrey Smirnov wrote: I suppose that this patch has to be applied __before__ '[PATCH v2 3/4] GUI: Add fbtest command'. > Move int_sqrt() out of drivers/video/edid.c so that it is availible to > other parts of Barebox. > >

[PATCH v2 4/4] video/edid: Move int_sqrt() out

2016-06-23 Thread Andrey Smirnov
Move int_sqrt() out of drivers/video/edid.c so that it is availible to other parts of Barebox. Signed-off-by: Andrey Smirnov --- drivers/video/edid.c | 29 - include/int_sqrt.h | 22 ++ lib/Makefile | 1 +