Re: [PATCH v5 03/11] drm/panfrost: Remove unnecessary header file include
Boris Brezillon <[email protected]>
| Newsgroups | org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Collabora |
| Message-ID | <[email protected]> |
On Tue, 11 Aug 2026 22:42:12 +0100 Adrián Larumbe <[email protected]> wrote: > None of panfrost_features.h definitions are used in panfrost_device.c > > Reviewed-by: Steven Price <[email protected]> > Signed-off-by: Adrián Larumbe <[email protected]> Reviewed-by: Boris Brezillon <[email protected]> > --- > drivers/gpu/drm/panfrost/panfrost_device.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/panfrost/panfrost_device.c b/drivers/gpu/drm/panfrost/panfrost_device.c > index 7fed22d555a5..d8421fd6a662 100644 > --- a/drivers/gpu/drm/panfrost/panfrost_device.c > +++ b/drivers/gpu/drm/panfrost/panfrost_device.c > @@ -11,7 +11,6 @@ > > #include "panfrost_device.h" > #include "panfrost_devfreq.h" > -#include "panfrost_features.h" > #include "panfrost_gem.h" > #include "panfrost_issues.h" > #include "panfrost_gpu.h" >