On Tue, May 23, 2023 at 9:53 AM Guoqing Jiang <guoqing.jiang@xxxxxxxxx> wrote: > > No need to include it since none of macros in limits.h are > used by rnbd-srv. > > Signed-off-by: Guoqing Jiang <guoqing.jiang@xxxxxxxxx> Acked-by: Jack Wang <jinpu.wang@xxxxxxxxx> > --- > drivers/block/rnbd/rnbd-srv-sysfs.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/block/rnbd/rnbd-srv-sysfs.c b/drivers/block/rnbd/rnbd-srv-sysfs.c > index d5d9267e1fa5..9fe7d9e0ab63 100644 > --- a/drivers/block/rnbd/rnbd-srv-sysfs.c > +++ b/drivers/block/rnbd/rnbd-srv-sysfs.c > @@ -9,7 +9,6 @@ > #undef pr_fmt > #define pr_fmt(fmt) KBUILD_MODNAME " L" __stringify(__LINE__) ": " fmt > > -#include <uapi/linux/limits.h> > #include <linux/kobject.h> > #include <linux/sysfs.h> > #include <linux/stat.h> > -- > 2.35.3 >