[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200802120943.34388.jackm@dev.mellanox.co.il>
Date: Tue, 12 Feb 2008 09:43:33 +0200
From: Jack Morgenstein <jackm@....mellanox.co.il>
To: Roland Dreier <rdreier@...co.com>
Cc: Olof Johansson <olof@...om.net>, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, general@...ts.openfabrics.org,
linux-kernel@...r.kernel.org, tziporet@...lanox.co.il
Subject: Re: [PATCH] mlx4: fix build break
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@...lanox.co.il>
Date: Tue Sep 25 12:41:30 2007 +0200
add missing include file. ia64 requires it.
Signed-off-by: Eli Cohen <eli@...lanox.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists