[PATCH] missing include in infiniband

From: Al Viro
Date: Sat Oct 29 2005 - 00:46:29 EST


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@xxxxxxxxxxxxxxxxxx>
----
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/