Browse Source

Merge pull request #208 from samuelerickson977/master

include linux/init.h in bottomhalf.c
Jim Huang 1 năm trước cách đây
mục cha
commit
d68fd7623e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/bottomhalf.c

+ 1 - 0
examples/bottomhalf.c

@@ -13,6 +13,7 @@
 #include <linux/interrupt.h>
 #include <linux/module.h>
 #include <linux/printk.h>
+#include <linux/init.h>
 
 /* Macro DECLARE_TASKLET_OLD exists for compatibiity.
  * See https://lwn.net/Articles/830964/