From: Al Viro Date: Tue, 15 May 2007 19:36:10 +0000 (+0100) Subject: missing mm.h in fw-ohci X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=faa2fb4e67775101a5c46074fa24f0d81cdb4deb;hp=835a906c74ecf20cdb817d6d02975cc0ba421e35 missing mm.h in fw-ohci need it for page_private(), not all targets have it pulled indirectly Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 1f5c704..c17342d 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include