diff options
Diffstat (limited to 'kernel/dma.c')
| -rw-r--r-- | kernel/dma.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/dma.c b/kernel/dma.c index f903189c530..6c6262f86c1 100644 --- a/kernel/dma.c +++ b/kernel/dma.c @@ -9,7 +9,7 @@ * [It also happened to remove the sizeof(char *) == sizeof(int) * assumption introduced because of those /proc/dma patches. -- Hennus] */ -#include <linux/module.h> +#include <linux/export.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/spinlock.h> @@ -18,7 +18,6 @@ #include <linux/proc_fs.h> #include <linux/init.h> #include <asm/dma.h> -#include <asm/system.h> |
