From 84d899e7092e297136b9a5560eb884ee64e702e1 Mon Sep 17 00:00:00 2001 From: Amitoj Kaur Chawla Date: Mon, 22 Feb 2016 14:13:58 +0530 Subject: [PATCH] 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 --- drivers/staging/rdma/hfi1/user_sdma.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.39.5