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

[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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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