backports: copy cordic from kernel
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 10 Feb 2014 17:14:27 +0000 (18:14 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 10 Feb 2014 22:29:36 +0000 (23:29 +0100)
commite4e34a387951a2ecb6de01175c3c2585f57bab3f
tree133ef0ed18d4d987c27a0ec8c275e62e9b7dbd51
parent3fb838ac282ff858a7f7e77ec0a28ea48492d480
backports: copy cordic from kernel

Instead of using an own version of cordic.c make backports copy that
code from the kernel and use that. This ensures that we will always use
the latest version.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/compat/Kconfig
backport/compat/Makefile
backport/compat/cordic.c [deleted file]