From ef48d260d2704ba490b04999d174c43d48ed40bf Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 2 Mar 2015 14:24:33 +0000 Subject: [PATCH] ib_srpt: Suppress a compiler warning when building against Mellanox OFED git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6137 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index d9dab6960..581dd4cfd 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -33,6 +33,7 @@ * */ +#undef pr_fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include