mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
lib: div64: add missing include
Include the function its prototype to prevent the warning that it has no prototype. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
c15df21fe7
commit
e259d6a320
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue