Re: [PATCH] mlx4: needs vmalloc.h for vmap()

2008-02-11 Thread Roland Dreier
thanks, just merged the same patch from Olof Johansson. -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] mlx4: needs vmalloc.h for vmap()

2008-02-11 Thread Kyle McMartin
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 [EMAIL PROTECTED] --- diff --git a/drivers/net/mlx4/alloc.c b/drivers/net/mlx4/alloc.c index