mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
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:
@@ -11,11 +11,6 @@
|
||||
#include <linux/bitmap.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
|
||||
* abstarcted out from the operating system. The underlying OS layer will
|
||||
|
||||
Reference in New Issue
Block a user