On Tue, 25 Apr 2023 09:24:04 -0700, Vinay Belgaumkar wrote: > > diff --git a/tests/i915/i915_pm_freq_api.c b/tests/i915/i915_pm_freq_api.c > new file mode 100644 > index 00000000..17adacbc > --- /dev/null > +++ b/tests/i915/i915_pm_freq_api.c > @@ -0,0 +1,153 @@ > +// SPDX-License-Identifier: MIT > +/* > + * Copyright © 2023 Intel Corporation > + */ > + > +#include <dirent.h> > +#include <errno.h> > +#include <fcntl.h> > +#include <inttypes.h> > +#include <stdlib.h> > +#include <sys/stat.h> > +#include <sys/syscall.h> > +#include <sys/types.h> > +#include <unistd.h> > + > +#include "drmtest.h" The series is merged but before merging I removed all the #include's above, they are not needed. > +#include "i915/gem.h" > +#include "igt_sysfs.h" > +#include "igt.h" Thanks. -- Ashutosh