From: Aastha Gupta Date: Wed, 18 Oct 2017 18:49:40 +0000 (+0530) Subject: staging: lustre: drop macro that has no uses X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b380de05a8573a55c590bfd2dabe15da74c03d04;p=openwrt%2Fstaging%2Fblogic.git staging: lustre: drop macro that has no uses This patch removes DLUBUF and PLUBUF macro, both of which have no users. Signed-off-by: Aastha Gupta Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/include/lu_object.h b/drivers/staging/lustre/lustre/include/lu_object.h index a3c0481ca56f..3cf0b656200f 100644 --- a/drivers/staging/lustre/lustre/include/lu_object.h +++ b/drivers/staging/lustre/lustre/include/lu_object.h @@ -1303,8 +1303,6 @@ struct lu_buf { size_t lb_len; }; -#define DLUBUF "(%p %zu)" -#define PLUBUF(buf) (buf)->lb_buf, (buf)->lb_len /** * One-time initializers, called at obdclass module initialization, not * exported.