You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
x86: fix up files really needing to include module.h
These files aren't just exporting symbols -- they are also defining a MODULE_LICENSE etc. so give them the full module.h file. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/pm_runtime.h>
|
||||
#include <linux/intel_mid_dma.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
#define MAX_CHAN 4 /*max ch across controllers*/
|
||||
#include "intel_mid_dma_regs.h"
|
||||
|
||||
Reference in New Issue
Block a user