VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 2020-10-15 20:10:21 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2020-10-16 11:11:19 -0700 commit: b296a6d53339a79082c1d2c1761e948e8b3def69 parent: ce9bebe683a131b86be986c3b6a741a520327679
Commit Summary:
kernel.h: split out min()/max() et al. helpers
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/lib/hexdump.c b/lib/hexdump.c
index 147133f8eb2f..9301578f98e8 100644
--- a/lib/hexdump.c
+++ b/lib/hexdump.c
@@ -7,6 +7,7 @@
 #include <linux/ctype.h>
 #include <linux/errno.h>
 #include <linux/kernel.h>
+#include <linux/minmax.h>
 #include <linux/export.h>
 #include <asm/unaligned.h>