mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 15:05:54 +08:00
Merge pull request #208 from samuelerickson977/master
include linux/init.h in bottomhalf.c
This commit is contained in:
commit
d68fd7623e
|
@ -13,6 +13,7 @@
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/printk.h>
|
#include <linux/printk.h>
|
||||||
|
#include <linux/init.h>
|
||||||
|
|
||||||
/* Macro DECLARE_TASKLET_OLD exists for compatibiity.
|
/* Macro DECLARE_TASKLET_OLD exists for compatibiity.
|
||||||
* See https://lwn.net/Articles/830964/
|
* See https://lwn.net/Articles/830964/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user