]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/div64.c
tpm: Move the I2C TPM code into one file
[karo-tx-uboot.git] / lib / div64.c
index d9951b597f9fd4a798be978d48794b6c9fd8205e..795ef0e1e4671ac7a68a189839d48028353c1c29 100644 (file)
  *
  * Code generated for this function might be very inefficient
  * for some CPUs. __div64_32() can be overridden by linking arch-specific
- * assembly versions such as arch/ppc/lib/div64.S and arch/sh/lib/div64.S.
+ * 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)