diff mbox

IB/hfi1: Remove duplicated include from affinity.c

Message ID 1470649787-29933-1-git-send-email-weiyj.lk@gmail.com (mailing list archive)
State Accepted
Headers show

Commit Message

Wei Yongjun Aug. 8, 2016, 9:49 a.m. UTC
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

Comments

Leon Romanovsky Aug. 8, 2016, 10:46 a.m. UTC | #1
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
Ira Weiny Aug. 10, 2016, 5:54 a.m. UTC | #2
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
Doug Ledford Aug. 22, 2016, 6:16 p.m. UTC | #3
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 mbox

Patch

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"