Commit dbcf31ba authored by Roland Dreier's avatar Roland Dreier Committed by Linus Torvalds

[PATCH] fix include order in mthca_memfree.c

Fix order of #include lines in mthca_memfree.c
Signed-off-by: default avatarRoland Dreier <roland@topspin.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7ed20e1a
...@@ -32,10 +32,11 @@ ...@@ -32,10 +32,11 @@
* $Id$ * $Id$
*/ */
#include <linux/mm.h>
#include "mthca_memfree.h" #include "mthca_memfree.h"
#include "mthca_dev.h" #include "mthca_dev.h"
#include "mthca_cmd.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 * We allocate in as big chunks as we can, up to a maximum of 256 KB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment