From: jsg Date: Wed, 19 Jun 2024 01:32:24 +0000 (+0000) Subject: #if notyet -> #ifdef notyet for consistency and -Wundef X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2e342dfe6d71b4a28fc64d9f0eb03a7dbdc91e2f;p=openbsd #if notyet -> #ifdef notyet for consistency and -Wundef --- 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;