Message ID | 1470649787-29933-1-git-send-email-weiyj.lk@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Mon, Aug 08, 2016 at 09:49:47AM +0000, Wei Yongjun wrote: > Remove duplicated include. > > Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> > --- > drivers/infiniband/hw/hfi1/affinity.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/infiniband/hw/hfi1/affinity.c b/drivers/infiniband/hw/hfi1/affinity.c > index 79575ee..7a3eb30 100644 > --- a/drivers/infiniband/hw/hfi1/affinity.c > +++ b/drivers/infiniband/hw/hfi1/affinity.c > @@ -47,7 +47,6 @@ > #include <linux/topology.h> > #include <linux/cpumask.h> > #include <linux/module.h> > -#include <linux/cpumask.h> Yeah, no doubts, thanks. Reviewed-by: Leon Romanovsky <leonro@mellanox.com> > > #include "hfi.h" > #include "affinity.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
On Mon, Aug 08, 2016 at 09:49:47AM +0000, Wei Yongjun wrote: > Remove duplicated include. > > Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> > --- > drivers/infiniband/hw/hfi1/affinity.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/infiniband/hw/hfi1/affinity.c b/drivers/infiniband/hw/hfi1/affinity.c > index 79575ee..7a3eb30 100644 > --- a/drivers/infiniband/hw/hfi1/affinity.c > +++ b/drivers/infiniband/hw/hfi1/affinity.c > @@ -47,7 +47,6 @@ > #include <linux/topology.h> > #include <linux/cpumask.h> > #include <linux/module.h> > -#include <linux/cpumask.h> > > #include "hfi.h" > #include "affinity.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 -- 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
On 8/10/2016 1:54 AM, ira.weiny wrote: > On Mon, Aug 08, 2016 at 09:49:47AM +0000, Wei Yongjun wrote: >> Remove duplicated include. >> >> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> > > Reviewed-by: Ira Weiny <ira.weiny@intel.com> Thanks, applied.
diff --git a/drivers/infiniband/hw/hfi1/affinity.c b/drivers/infiniband/hw/hfi1/affinity.c index 79575ee..7a3eb30 100644 --- a/drivers/infiniband/hw/hfi1/affinity.c +++ b/drivers/infiniband/hw/hfi1/affinity.c @@ -47,7 +47,6 @@ #include <linux/topology.h> #include <linux/cpumask.h> #include <linux/module.h> -#include <linux/cpumask.h> #include "hfi.h" #include "affinity.h"
Remove duplicated include. Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> --- drivers/infiniband/hw/hfi1/affinity.c | 1 - 1 file changed, 1 deletion(-) -- 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