Skip to content

Commit

Permalink
[PATCH] missing include in mthca
Browse files Browse the repository at this point in the history
Missing include - usual portability problems...

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 24, 2005
1 parent 461790f commit fdca124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/infiniband/hw/mthca/mthca_memfree.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "mthca_memfree.h"
#include "mthca_dev.h"
#include "mthca_cmd.h"
#include <linux/mm.h>

/*
* We allocate in as big chunks as we can, up to a maximum of 256 KB
Expand Down

0 comments on commit fdca124

Please sign in to comment.