Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761016AbXEOTga (ORCPT ); Tue, 15 May 2007 15:36:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758092AbXEOTgM (ORCPT ); Tue, 15 May 2007 15:36:12 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:45057 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757971AbXEOTgL (ORCPT ); Tue, 15 May 2007 15:36:11 -0400 To: torvalds@linux-foundation.org Subject: [PATCH] missing mm.h in fw-ohci Cc: linux-kernel@vger.kernel.org Message-Id: From: Al Viro Date: Tue, 15 May 2007 20:36:10 +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 822 Lines: 29 need it for page_private(), not all targets have it pulled indirectly Signed-off-by: Al Viro --- drivers/firewire/fw-ohci.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- 1.5.0-rc2.GIT - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/