Re: [PATCH] infiniband: qib: Missing linux/slab.h include

2010-08-05 Thread Roland Dreier
Without this I'm getting build errors with Linus's current tree. Apologies if this is already fixed in the RDMA git tree. diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h index 3593983..312ca9a 100644 --- a/drivers/infiniband/hw/qib/qib.h +++

Re: [PATCH] infiniband: qib: Missing linux/slab.h include

2010-08-05 Thread David Miller
From: Roland Dreier rdre...@cisco.com Date: Thu, 05 Aug 2010 09:29:58 -0700 No objection to adding this and I will include it for my next pull. But out of curiousity what arch are you seeing this on? I'm not seeing any problems on x86 and I haven't heard any complaints about -next so I'm

Re: [PATCH] infiniband: qib: Missing linux/slab.h include

2010-08-05 Thread Roland Dreier
No objection to adding this and I will include it for my next pull. But out of curiousity what arch are you seeing this on? I'm not seeing any problems on x86 and I haven't heard any complaints about -next so I'm curious what the error you're seeing is. sparc64 allmodconfig Got

[PATCH] infiniband: qib: Missing linux/slab.h include

2010-08-04 Thread David Miller
Signed-off-by: David S. Miller da...@davemloft.net --- Without this I'm getting build errors with Linus's current tree. Apologies if this is already fixed in the RDMA git tree. diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h index 3593983..312ca9a 100644 ---