소스 검색

include linux/init.h in bottomhalf.c

Sam Erickson 1 년 전
부모
커밋
8a5463ddd9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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/