From: Al Viro Date: Sat, 29 Oct 2005 05:46:03 +0000 (+0100) Subject: [PATCH] missing include in infiniband X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2d3c0b7bedfd7a8e1870a046a434bd467e7c5349;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [PATCH] missing include in infiniband 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 Acked-by: Roland Dreier Signed-off-by: Linus Torvalds --- diff --git a/drivers/infiniband/core/agent.h b/drivers/infiniband/core/agent.h index c5f3cfec942a..86d72fab37b0 100644 --- a/drivers/infiniband/core/agent.h +++ b/drivers/infiniband/core/agent.h @@ -39,6 +39,7 @@ #ifndef __AGENT_H_ #define __AGENT_H_ +#include #include extern int ib_agent_port_open(struct ib_device *device, int port_num);