DCE-KMD: Revert "DCE-KMD: Add define for USE(x)"

- Revert commit to add USE() define as we've removed all
  usages by adding meningful checks instead.

This reverts commit 4c584ae1dbfd0516178a3fa9227ec6ded40363c8.

JIRA TDS-16126

Change-Id: Ic22ca046a036e8c9883d2857a8de325ee1874980
Signed-off-by: anupamg <anupamg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3232193
Reviewed-by: Arun Swain <arswain@nvidia.com>
Reviewed-by: Mahesh Kumar <mahkumar@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
anupamg
2024-10-07 21:51:21 +00:00
committed by Jon Hunter
parent 302458450a
commit 7726f604ca

View File

@@ -11,11 +11,6 @@
#include <linux/bitmap.h> #include <linux/bitmap.h>
#include <linux/workqueue.h> #include <linux/workqueue.h>
/**
* @brief avoid unused parameter warning when it is not intended to be used.
*/
#define USE(x) ((void)(x))
/** /**
* This file contains all dce common fucntions and data strutcures which are * This file contains all dce common fucntions and data strutcures which are
* abstarcted out from the operating system. The underlying OS layer will * abstarcted out from the operating system. The underlying OS layer will