[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080211221115.GH4516@phobos.i.cabal.ca>
Date: Mon, 11 Feb 2008 17:11:15 -0500
From: Kyle McMartin <kyle@...artin.ca>
To: netdev@...r.kernel.org
Cc: Roland Dreier <rolandd@...co.com>,
Jack Morgenstein <jackm@....mellanox.co.il>
Subject: [PATCH] mlx4: needs vmalloc.h for vmap()
Commit 313abe55a87bc10e55d00f337d609e17ad5f8c9a added a vmap usage to
mlx4. Unfortunately on some platforms (ppc64) <linux/vmalloc.h> is not
implicitly included. Fix that.
Signed-off-by: Kyle McMartin <kmcmartin@...hat.com>
---
diff --git a/drivers/net/mlx4/alloc.c b/drivers/net/mlx4/alloc.c
index 521dc03..75ef9d0 100644
--- a/drivers/net/mlx4/alloc.c
+++ b/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"
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists