]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - lib/math/int_sqrt.c
Merge branch 'akpm' (patches from Andrew)
[mirror_ubuntu-jammy-kernel.git] / lib / math / int_sqrt.c
index 30e0f9770f88cef66f8655c0b377366b7d986db8..a8170bb9142f396263a4164db4d83ba56665bdef 100644 (file)
@@ -6,9 +6,10 @@
  *  square root from Guy L. Steele.
  */
 
-#include <linux/kernel.h>
 #include <linux/export.h>
 #include <linux/bitops.h>
+#include <linux/limits.h>
+#include <linux/math.h>
 
 /**
  * int_sqrt - computes the integer square root