diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-05-15 20:36:10 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-15 18:56:37 -0700 |
commit | faa2fb4e67775101a5c46074fa24f0d81cdb4deb (patch) | |
tree | 36a4d584fdf4851fcfbbd4f25079e67730b66a6d /drivers/firewire | |
parent | 835a906c74ecf20cdb817d6d02975cc0ba421e35 (diff) |
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/firewire')
-rw-r--r-- | 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 1f5c70461b8..c17342d3e6f 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> |