소스 검색

[PATCH] fix include order in mthca_memfree.c

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>
Roland Dreier 20 년 전
부모
커밋
dbcf31ba68
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      drivers/infiniband/hw/mthca/mthca_memfree.c

+ 2 - 1
drivers/infiniband/hw/mthca/mthca_memfree.c

@@ -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