aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-05-15 20:36:10 +0100
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-15 18:56:37 -0700
commitfaa2fb4e67775101a5c46074fa24f0d81cdb4deb (patch)
tree36a4d584fdf4851fcfbbd4f25079e67730b66a6d /drivers
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6 (diff)
downloadlinux-dev-faa2fb4e67775101a5c46074fa24f0d81cdb4deb.tar.xz
linux-dev-faa2fb4e67775101a5c46074fa24f0d81cdb4deb.zip
missing mm.h in fw-ohci
need it for page_private(), not all targets have it pulled indirectly Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/firewire/fw-ohci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c
index 1f5c70461b8b..c17342d3e6fd 100644
--- a/drivers/firewire/fw-ohci.c
+++ b/drivers/firewire/fw-ohci.c
@@ -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>