From 2e342dfe6d71b4a28fc64d9f0eb03a7dbdc91e2f Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 19 Jun 2024 01:32:24 +0000 Subject: [PATCH] #if notyet -> #ifdef notyet for consistency and -Wundef --- sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c b/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c index ca4b8f9687d..aee973f1f69 100644 --- a/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c +++ b/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c @@ -2044,7 +2044,7 @@ static ssize_t smu_v13_0_6_get_gpu_metrics(struct smu_context *smu, void **table static void smu_v13_0_6_restore_pci_config(struct smu_context *smu) { STUB(); -#if notyet +#ifdef notyet struct amdgpu_device *adev = smu->adev; int i; -- 2.20.1