From: Al Viro Date: Tue, 15 May 2007 19:36:10 +0000 (+0100) Subject: missing mm.h in fw-ohci X-Git-Tag: v2.6.22-rc2~85 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=faa2fb4e67775101a5c46074fa24f0d81cdb4deb;p=linux-2.6-omap-h63xx.git 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 1f5c70461b8..c17342d3e6f 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include