projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
835a906
)
missing mm.h in fw-ohci
author
Al Viro
<viro@ftp.linux.org.uk>
Tue, 15 May 2007 19:36:10 +0000
(20:36 +0100)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 16 May 2007 01:56:37 +0000
(18:56 -0700)
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>
drivers/firewire/fw-ohci.c
patch
|
blob
|
history
diff --git
a/drivers/firewire/fw-ohci.c
b/drivers/firewire/fw-ohci.c
index 1f5c70461b8bc2de78b2ac2c0a2cfa603d25658b..c17342d3e6fd01089e2f058613a3167433926441 100644
(file)
--- 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>