public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing includes in mlx4
@ 2007-05-15 19:36 Al Viro
  2007-05-15 19:50 ` Jeff Garzik
  2007-05-15 20:07 ` Roland Dreier
  0 siblings, 2 replies; 3+ messages in thread
From: Al Viro @ 2007-05-15 19:36 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, jgarzik


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 drivers/net/mlx4/alloc.c |    1 +
 drivers/net/mlx4/eq.c    |    1 +
 drivers/net/mlx4/icm.c   |    1 +
 drivers/net/mlx4/reset.c |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/net/mlx4/alloc.c b/drivers/net/mlx4/alloc.c
index 9ffdb9d..dfbd580 100644
--- a/drivers/net/mlx4/alloc.c
+++ b/drivers/net/mlx4/alloc.c
@@ -33,6 +33,7 @@
 #include <linux/errno.h>
 #include <linux/slab.h>
 #include <linux/bitmap.h>
+#include <linux/dma-mapping.h>
 
 #include "mlx4.h"
 
diff --git a/drivers/net/mlx4/eq.c b/drivers/net/mlx4/eq.c
index af016d0..0f11adb 100644
--- a/drivers/net/mlx4/eq.c
+++ b/drivers/net/mlx4/eq.c
@@ -33,6 +33,7 @@
 
 #include <linux/init.h>
 #include <linux/interrupt.h>
+#include <linux/dma-mapping.h>
 
 #include <linux/mlx4/cmd.h>
 
diff --git a/drivers/net/mlx4/icm.c b/drivers/net/mlx4/icm.c
index e96feae..b7a4aa8 100644
--- a/drivers/net/mlx4/icm.c
+++ b/drivers/net/mlx4/icm.c
@@ -33,6 +33,7 @@
 
 #include <linux/init.h>
 #include <linux/errno.h>
+#include <linux/mm.h>
 
 #include <linux/mlx4/cmd.h>
 
diff --git a/drivers/net/mlx4/reset.c b/drivers/net/mlx4/reset.c
index 51eef84..e4dfd4b 100644
--- a/drivers/net/mlx4/reset.c
+++ b/drivers/net/mlx4/reset.c
@@ -35,6 +35,7 @@
 #include <linux/pci.h>
 #include <linux/delay.h>
 #include <linux/slab.h>
+#include <linux/jiffies.h>
 
 #include "mlx4.h"
 
-- 
1.5.0-rc2.GIT



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] missing includes in mlx4
  2007-05-15 19:36 [PATCH] missing includes in mlx4 Al Viro
@ 2007-05-15 19:50 ` Jeff Garzik
  2007-05-15 20:07 ` Roland Dreier
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-05-15 19:50 UTC (permalink / raw)
  To: Al Viro; +Cc: torvalds, linux-kernel

Al Viro wrote:
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> ---
>  drivers/net/mlx4/alloc.c |    1 +
>  drivers/net/mlx4/eq.c    |    1 +
>  drivers/net/mlx4/icm.c   |    1 +
>  drivers/net/mlx4/reset.c |    1 +
>  4 files changed, 4 insertions(+), 0 deletions(-)

ACK



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] missing includes in mlx4
  2007-05-15 19:36 [PATCH] missing includes in mlx4 Al Viro
  2007-05-15 19:50 ` Jeff Garzik
@ 2007-05-15 20:07 ` Roland Dreier
  1 sibling, 0 replies; 3+ messages in thread
From: Roland Dreier @ 2007-05-15 20:07 UTC (permalink / raw)
  To: Al Viro; +Cc: torvalds, linux-kernel, jgarzik

Acked-by: Roland Dreier <rolandd@cisco.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-15 20:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-15 19:36 [PATCH] missing includes in mlx4 Al Viro
2007-05-15 19:50 ` Jeff Garzik
2007-05-15 20:07 ` Roland Dreier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox