From: Al Viro Date: Tue, 15 May 2007 19:36:10 +0000 (+0100) Subject: missing mm.h in fw-ohci X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=faa2fb4e67775101a5c46074fa24f0d81cdb4deb;p=linux-beck.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 1f5c70461b8b..c17342d3e6fd 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include