drm/xe/guc: Fix include guard for SR-IOV ABI
Use include guard macro name that follows naming used by the other GuC ABI files. Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240213214908.1481-1-michal.wajdeczko@intel.com
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* Copyright © 2023 Intel Corporation
|
||||
*/
|
||||
|
||||
#ifndef _GUC_ACTIONS_PF_ABI_H
|
||||
#define _GUC_ACTIONS_PF_ABI_H
|
||||
#ifndef _ABI_GUC_ACTIONS_SRIOV_ABI_H
|
||||
#define _ABI_GUC_ACTIONS_SRIOV_ABI_H
|
||||
|
||||
#include "guc_communication_ctb_abi.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user