Re: [PATCH] drm/xe/display: remove unnecessary includes
"Borah, Chaitanya Kumar" <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <[email protected]> |
On 7/28/2026 11:30 PM, Jani Nikula wrote: > xe_display_rpm.c no longer needs the display includes, remove them. > LGTM, Reviewed-by: Chaitanya Kumar Borah <[email protected]> > Signed-off-by: Jani Nikula <[email protected]> > --- > drivers/gpu/drm/xe/display/xe_display_rpm.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/xe/display/xe_display_rpm.c b/drivers/gpu/drm/xe/display/xe_display_rpm.c > index b3db40035499..548b503aa024 100644 > --- a/drivers/gpu/drm/xe/display/xe_display_rpm.c > +++ b/drivers/gpu/drm/xe/display/xe_display_rpm.c > @@ -3,8 +3,6 @@ > > #include <drm/intel/display_parent_interface.h> > > -#include "intel_display_core.h" > -#include "intel_display_rpm.h" > #include "xe_device.h" > #include "xe_device_types.h" > #include "xe_pm.h"