On Fri, 14 Jul 2023 23:46:35 +0400 Mahmoud Maatuq wrote: > diff --git a/tools/testing/selftests/net/hwtstamp_config.c b/tools/testing/selftests/net/hwtstamp_config.c Please resend and CC netdev@ There's ongoing work on hwtstamp configuration, there may be a conflict if this goes via the general selftest tree. > index 263cc1c34165..873f4937f37f 100644 > --- a/tools/testing/selftests/net/hwtstamp_config.c > +++ b/tools/testing/selftests/net/hwtstamp_config.c > @@ -16,9 +16,8 @@ > #include <linux/net_tstamp.h> > #include <linux/sockios.h> > > -#ifndef ARRAY_SIZE > -#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) > -#endif > +#include "kselftest.h" > + > unnecessary extra new line