From: Jani Nikula <jani.nikula@intel.com>
To: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/i915/pxp: fix includes for headers in include/drm
Date: Fri, 19 Nov 2021 15:53:58 +0200 [thread overview]
Message-ID: <87ee7cjlop.fsf@intel.com> (raw)
In-Reply-To: <YZPFIcMXsYPD/o2S@intel.com>
On Tue, 16 Nov 2021, Rodrigo Vivi <rodrigo.vivi@intel.com> wrote:
> On Tue, Nov 16, 2021 at 03:58:13PM +0200, Jani Nikula wrote:
>> Use <> not "" for including headers from include/drm.
>>
>> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
>
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Thanks, pushed to drm-intel-next.
BR,
Jani.
>
>> ---
>> drivers/gpu/drm/i915/pxp/intel_pxp_session.c | 3 ++-
>> drivers/gpu/drm/i915/pxp/intel_pxp_tee.c | 6 ++++--
>> 2 files changed, 6 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/i915/pxp/intel_pxp_session.c b/drivers/gpu/drm/i915/pxp/intel_pxp_session.c
>> index d02732f04757..598840b73dfa 100644
>> --- a/drivers/gpu/drm/i915/pxp/intel_pxp_session.c
>> +++ b/drivers/gpu/drm/i915/pxp/intel_pxp_session.c
>> @@ -3,7 +3,8 @@
>> * Copyright(c) 2020, Intel Corporation. All rights reserved.
>> */
>>
>> -#include "drm/i915_drm.h"
>> +#include <drm/i915_drm.h>
>> +
>> #include "i915_drv.h"
>>
>> #include "intel_pxp.h"
>> diff --git a/drivers/gpu/drm/i915/pxp/intel_pxp_tee.c b/drivers/gpu/drm/i915/pxp/intel_pxp_tee.c
>> index 49508f31dcb7..5d169624ad60 100644
>> --- a/drivers/gpu/drm/i915/pxp/intel_pxp_tee.c
>> +++ b/drivers/gpu/drm/i915/pxp/intel_pxp_tee.c
>> @@ -4,8 +4,10 @@
>> */
>>
>> #include <linux/component.h>
>> -#include "drm/i915_pxp_tee_interface.h"
>> -#include "drm/i915_component.h"
>> +
>> +#include <drm/i915_pxp_tee_interface.h>
>> +#include <drm/i915_component.h>
>> +
>> #include "i915_drv.h"
>> #include "intel_pxp.h"
>> #include "intel_pxp_session.h"
>> --
>> 2.30.2
>>
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2021-11-19 13:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-16 13:58 [Intel-gfx] [PATCH] drm/i915/pxp: fix includes for headers in include/drm Jani Nikula
2021-11-16 14:50 ` Rodrigo Vivi
2021-11-19 13:53 ` Jani Nikula [this message]
2021-11-16 14:52 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
2021-11-17 0:03 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/pxp: fix includes for headers in include/drm (rev2) Patchwork
2021-11-17 13:34 ` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/pxp: fix includes for headers in include/drm (rev3) Patchwork
2021-11-17 21:08 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ee7cjlop.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=rodrigo.vivi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.