From: Amitoj Kaur Chawla Date: Mon, 22 Feb 2016 08:43:58 +0000 (+0530) Subject: staging: rdma: hfi1: Remove header file X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=84d899e7092e297136b9a5560eb884ee64e702e1;p=linux-beck.git staging: rdma: hfi1: Remove header file Remove duplicate include file. Found using includecheck. Signed-off-by: Amitoj Kaur Chawla Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rdma/hfi1/user_sdma.c b/drivers/staging/rdma/hfi1/user_sdma.c index feb206995653..2f484195479c 100644 --- a/drivers/staging/rdma/hfi1/user_sdma.c +++ b/drivers/staging/rdma/hfi1/user_sdma.c @@ -67,7 +67,6 @@ #include "hfi.h" #include "sdma.h" #include "user_sdma.h" -#include "sdma.h" #include "verbs.h" /* for the headers */ #include "common.h" /* for struct hfi1_tid_info */ #include "trace.h"