From aa69fe88a5747c046cf70b8f76ce131e4a0b270c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 28 Feb 2017 21:47:21 -0800 Subject: [PATCH] Rename srpt/src/backport.h into srpt/src/ib_backport.h --- srpt/src/{backport.h => ib_backport.h} | 0 srpt/src/ib_srpt.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename srpt/src/{backport.h => ib_backport.h} (100%) diff --git a/srpt/src/backport.h b/srpt/src/ib_backport.h similarity index 100% rename from srpt/src/backport.h rename to srpt/src/ib_backport.h diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 676d700f1..4a5a307b2 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -59,7 +59,7 @@ #endif #endif #include -#include "backport.h" +#include "ib_backport.h" #include "ib_srpt.h" #include "srp-ext.h" #define LOG_PREFIX "ib_srpt" /* Prefix for SCST tracing macros. */