From 39461e581821799e2b1a47b87f4f5c940ade94a5 Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Thu, 9 Jan 2025 10:55:47 +0100 Subject: [PATCH] pan/genxml: s/PAN_PAN_HELPERS_H/PAN_PACK_HELPERS_H/ Fix a typo in the multi-inclusion guard. Signed-off-by: Boris Brezillon Reviewed-by: Mary Guillemard Part-of: --- src/panfrost/lib/genxml/pan_pack_helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panfrost/lib/genxml/pan_pack_helpers.h b/src/panfrost/lib/genxml/pan_pack_helpers.h index dd6c0bc3b61..3cf802fa8ef 100644 --- a/src/panfrost/lib/genxml/pan_pack_helpers.h +++ b/src/panfrost/lib/genxml/pan_pack_helpers.h @@ -3,8 +3,8 @@ * SPDX-License-Identifier: MIT */ -#ifndef PAN_PAN_HELPERS_H -#define PAN_PAN_HELPERS_H +#ifndef PAN_PACK_HELPERS_H +#define PAN_PACK_HELPERS_H #include #include