All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: Michal Wajdeczko <michal.wajdeczko@intel.com>,
	intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915/huc: Fix includes in intel_huc.c
Date: Fri, 06 Oct 2017 16:01:09 +0100	[thread overview]
Message-ID: <150730206985.14660.8181585326720991095@mail.alporthouse.com> (raw)
In-Reply-To: <20171006090209.67852-1-michal.wajdeczko@intel.com>

Quoting Michal Wajdeczko (2017-10-06 10:02:09)
> Fix includes order and make sure we only include required headers.
> While here, make intel_huc.h header self-contained.
> 
> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
> Cc: Chris Wilson <chris@chris-wilson.co.uk>
> ---
>  drivers/gpu/drm/i915/intel_huc.c | 6 ++++--
>  drivers/gpu/drm/i915/intel_huc.h | 2 ++
>  2 files changed, 6 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_huc.c b/drivers/gpu/drm/i915/intel_huc.c
> index 3f796fe..4b4cf56 100644
> --- a/drivers/gpu/drm/i915/intel_huc.c
> +++ b/drivers/gpu/drm/i915/intel_huc.c
> @@ -21,9 +21,11 @@
>   * IN THE SOFTWARE.
>   *
>   */
> -#include <linux/firmware.h>
> +
> +#include <linux/types.h>
> +
> +#include "intel_huc.h"
>  #include "i915_drv.h"
> -#include "intel_uc.h"
>  
>  /**
>   * DOC: HuC Firmware
> diff --git a/drivers/gpu/drm/i915/intel_huc.h b/drivers/gpu/drm/i915/intel_huc.h
> index d58422b..aaa38b9 100644
> --- a/drivers/gpu/drm/i915/intel_huc.h
> +++ b/drivers/gpu/drm/i915/intel_huc.h
> @@ -25,6 +25,8 @@
>  #ifndef _INTEL_HUC_H_
>  #define _INTEL_HUC_H_
>  
> +#include "intel_uc_fw.h"
> +
>  struct intel_huc {
>         /* Generic uC firmware management */
>         struct intel_uc_fw fw;


Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>

Applied to my queue, thanks.
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      parent reply	other threads:[~2017-10-06 15:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-06  9:02 [PATCH] drm/i915/huc: Fix includes in intel_huc.c Michal Wajdeczko
2017-10-06 12:30 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-10-06 14:39 ` ✓ Fi.CI.IGT: " Patchwork
2017-10-06 15:01 ` Chris Wilson [this message]

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=150730206985.14660.8181585326720991095@mail.alporthouse.com \
    --to=chris@chris-wilson.co.uk \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=michal.wajdeczko@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.