![]() | ||||||||||
Messages in this thread Patch in this message |
use of IS_ERR/PTR_ERR in infiniband/core/agent.c, without a portable chain of includes pulling err.h (breaks on a bunch of platforms). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> ---- diff -urN RC14-base/drivers/infiniband/core/agent.h current/drivers/infiniband/core/agent.h --- RC14-base/drivers/infiniband/core/agent.h 2005-10-28 22:35:58.000000000 -0400 +++ current/drivers/infiniband/core/agent.h 2005-10-29 01:25:34.000000000 -0400 @@ -39,6 +39,7 @@ #ifndef __AGENT_H_ #define __AGENT_H_ +#include <linux/err.h> #include <rdma/ib_mad.h> extern int ib_agent_port_open(struct ib_device *device, int port_num); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | |||||||||
| Last update: 2005-10-29 03:48 [W:0.202 / U:0.030 seconds] ©2003-2008 Jasper Spaans | ||||||||||