Skip to content

Commit

Permalink
[PATCH] fix include order in mthca_memfree.c
Browse files Browse the repository at this point in the history
Fix order of #include lines in mthca_memfree.c

Signed-off-by: Roland Dreier <roland@topspin.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Roland Dreier authored and Linus Torvalds committed May 1, 2005
1 parent 7ed20e1 commit dbcf31b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/infiniband/hw/mthca/mthca_memfree.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
* $Id$
*/

#include <linux/mm.h>

#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 dbcf31b

Please sign in to comment.