lib: div64: add missing include
authorJeroen Hofstee <jeroen@myspectrum.nl>
Sun, 22 Jun 2014 21:24:04 +0000 (23:24 +0200)
committerTom Rini <trini@ti.com>
Fri, 18 Jul 2014 21:53:22 +0000 (17:53 -0400)
Include the function its prototype to prevent the warning
that it has no prototype.

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
lib/div64.c

index e688a91..795ef0e 100644 (file)
@@ -16,6 +16,7 @@
  * assembly versions such as arch/powerpc/lib/div64.S and arch/sh/lib/div64.S.
  */
 
+#include <div64.h>
 #include <linux/types.h>
 
 uint32_t __div64_32(uint64_t *n, uint32_t base)