Message ID | 1523754353-877-1-git-send-email-yanjun.zhu@oracle.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Please ignore this mail since there is typo error. Zhu Yanjun On 2018/4/15 9:05, Zhu Yanjun wrote: > The header file fs_helpers.h is included twice. So it should be removed. > > CC: Srinivas Eeda <srinivas.eeda@oracle.com> > CC: Junxiao Bi <junxiao.bi@oracle.com> > Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> > --- > drivers/infiniband/hw/mlx5/main.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c > index daa919e..c5e1bbb 100644 > --- a/drivers/infiniband/hw/mlx5/main.c > +++ b/drivers/infiniband/hw/mlx5/main.c > @@ -61,7 +61,6 @@ > #include "mlx5_ib.h" > #include "ib_rep.h" > #include "cmd.h" > -#include <linux/mlx5/fs_helpers.h> > #include <linux/mlx5/accel.h> > #include <rdma/uverbs_std_types.h> > #include <rdma/mlx5_user_ioctl_verbs.h> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/infiniband/hw/mlx5/main.c b/drivers/infiniband/hw/mlx5/main.c index daa919e..c5e1bbb 100644 --- a/drivers/infiniband/hw/mlx5/main.c +++ b/drivers/infiniband/hw/mlx5/main.c @@ -61,7 +61,6 @@ #include "mlx5_ib.h" #include "ib_rep.h" #include "cmd.h" -#include <linux/mlx5/fs_helpers.h> #include <linux/mlx5/accel.h> #include <rdma/uverbs_std_types.h> #include <rdma/mlx5_user_ioctl_verbs.h>
The header file fs_helpers.h is included twice. So it should be removed. CC: Srinivas Eeda <srinivas.eeda@oracle.com> CC: Junxiao Bi <junxiao.bi@oracle.com> Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com> --- drivers/infiniband/hw/mlx5/main.c | 1 - 1 file changed, 1 deletion(-)