From: Kyle McMartin <kyle@mcmartin.ca>
To: netdev@vger.kernel.org
Cc: Roland Dreier <rolandd@cisco.com>,
Jack Morgenstein <jackm@dev.mellanox.co.il>
Subject: [PATCH] mlx4: needs vmalloc.h for vmap()
Date: Mon, 11 Feb 2008 17:11:15 -0500 [thread overview]
Message-ID: <20080211221115.GH4516@phobos.i.cabal.ca> (raw)
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@redhat.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"
next reply other threads:[~2008-02-11 22:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-11 22:11 Kyle McMartin [this message]
2008-02-11 22:34 ` [PATCH] mlx4: needs vmalloc.h for vmap() Roland Dreier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080211221115.GH4516@phobos.i.cabal.ca \
--to=kyle@mcmartin.ca \
--cc=jackm@dev.mellanox.co.il \
--cc=netdev@vger.kernel.org \
--cc=rolandd@cisco.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).