Browse Source

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
  mlx4_core: Fix build break (missing include)
Linus Torvalds 17 năm trước cách đây
mục cha
commit
b1292b17dc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/net/mlx4/alloc.c

+ 1 - 0
drivers/net/mlx4/alloc.c

@@ -34,6 +34,7 @@
 #include <linux/slab.h>
 #include <linux/bitmap.h>
 #include <linux/dma-mapping.h>
+#include <linux/vmalloc.h>
 
 #include "mlx4.h"