Commit 9cab89d4 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] mpage.c is missing a include

Most arches seem to pull in mm.h in implictly, but at least m68knommu
needs it explicitly.
parent fc4088d8
......@@ -14,6 +14,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/kdev_t.h>
#include <linux/bio.h>
#include <linux/fs.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment