Explorar o código

include linux/init.h in bottomhalf.c

Sam Erickson hai 1 ano
pai
achega
8a5463ddd9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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/