mirror of https://gitee.com/openkylin/linux.git
drm/i915/uc: Fix includes order
Fix includes order and make sure we only include required headers. Suggested-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171004181343.66348-5-michal.wajdeczko@intel.com
This commit is contained in:
parent
9bf384c5f2
commit
ddf79d88f3
|
@ -22,10 +22,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "i915_drv.h"
|
||||
#include "intel_uc.h"
|
||||
#include "i915_drv.h"
|
||||
#include "i915_guc_submission.h"
|
||||
#include <linux/firmware.h>
|
||||
|
||||
/* Reset GuC providing us with fresh state for both GuC and HuC.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue