Fix includes to handle module ref counter properly

Change-Id: If3f067a14e40c346f0455f8bfb8bbc8ab2934e88
This commit is contained in:
Balazs Gerofi
2019-11-14 08:23:01 +09:00
committed by Masamichi Takagi
parent 92d191de9e
commit bf7fd81c1b
2 changed files with 4 additions and 2 deletions

View File

@ -21,8 +21,10 @@
* 2013/08/19 shirasawa mcexec forward signal to MIC process
*/
#include <linux/sched.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/slab.h>

2
ihk

Submodule ihk updated: b1f7b4f18d...961151b74f