Commit 7840babe authored by Linus Torvalds's avatar Linus Torvalds

Fix missing kmap_types.h header (it got included "by mistake" with

highmem enabled, but not otherwise, and was always required).
parent 107b218e
......@@ -31,6 +31,7 @@
#include <linux/brlock.h>
#include <linux/module.h>
#include <asm/kmap_types.h>
#include <asm/uaccess.h>
#include <linux/highmem.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