summaryrefslogtreecommitdiffstats
path: root/lib/int_sqrt.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/int_sqrt.c: Fix compiler warningSascha Hauer2017-01-101-0/+1
| | | | | | | | | | include int_sqrt.h to have the prototype for the function defined in this file. Fixes: lib/int_sqrt.c:25:15: warning: no previous prototype for 'int_sqrt' [-Wmissing-prototypes] Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* video/edid: Move int_sqrt() outAndrey Smirnov2016-06-301-0/+46
Move int_sqrt() out of drivers/video/edid.c so that it is availible to other parts of Barebox. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>