Commit faa2fb4e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

missing mm.h in fw-ohci

need it for page_private(), not all targets have it pulled indirectly
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 835a906c
......@@ -26,6 +26,7 @@
#include <linux/delay.h>
#include <linux/poll.h>
#include <linux/dma-mapping.h>
#include <linux/mm.h>
#include <asm/uaccess.h>
#include <asm/semaphore.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