From: Sagi Grimberg Date: Thu, 25 Aug 2016 21:37:52 +0000 (+0300) Subject: nvme-rdma: Get rid of redundant defines X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4d8c6a7946d53648d9ed0e3852a1c81ce07d40db;p=linux-beck.git nvme-rdma: Get rid of redundant defines Signed-off-by: Sagi Grimberg Reviewed-by: Christoph Hellwig --- diff --git a/drivers/nvme/host/rdma.c b/drivers/nvme/host/rdma.c index 881ac28575ef..ab545fb347a0 100644 --- a/drivers/nvme/host/rdma.c +++ b/drivers/nvme/host/rdma.c @@ -43,10 +43,6 @@ #define NVME_RDMA_MAX_INLINE_SEGMENTS 1 -#define NVME_RDMA_MAX_PAGES_PER_MR 512 - -#define NVME_RDMA_DEF_RECONNECT_DELAY 20 - /* * We handle AEN commands ourselves and don't even let the * block layer know about them.