null_blk: Use blk_init_request_from_bio() instead of open-coding it
[platform/kernel/linux-starfive.git] / lib / bug.c
index bc3656e..06edbbe 100644 (file)
--- a/lib/bug.c
+++ b/lib/bug.c
@@ -45,6 +45,7 @@
 #include <linux/kernel.h>
 #include <linux/bug.h>
 #include <linux/sched.h>
+#include <linux/rculist.h>
 
 extern const struct bug_entry __start___bug_table[], __stop___bug_table[];