[ofa-general] Re: [PATCH] mlx4: fix build break
Jack Morgenstein
jackm at dev.mellanox.co.il
Mon Feb 11 23:43:33 PST 2008
On Tuesday 12 February 2008 00:18, Roland Dreier wrote:
> Thanks, applied.
>
> Jack, I thought you guys tested the build on powerpc. How did this
> sneak through?
>
It did not sneak through, because the problem does not exist in the OFED git.
The following commit was performed to
git://git.openfabrics.org/ofed_1_3/linux-2.6.git
on Sept 25, 2007:
=======================================
commit 4a5709b81dfd249c98271801ddc01decb7acd466
Author: Eli Cohen <eli at mellanox.co.il>
Date: Tue Sep 25 12:41:30 2007 +0200
add missing include file. ia64 requires it.
Signed-off-by: Eli Cohen <eli at mellanox.co.il>
diff --git a/drivers/net/mlx4/alloc.c b/drivers/net/mlx4/alloc.c
index f8d63d3..704a56b 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"
========================================
I guess this just fell through the cracks with regard to posting it to the list.
Sorry about that.
- Jack
More information about the general
mailing list