From: Gilad Ben-Yossef Date: Mon, 13 Nov 2017 14:45:52 +0000 (+0000) Subject: staging: ccree: drop unused macro X-Git-Tag: v4.16-rc1~112^2~498 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d5a2a8186854982d6eeee6cf1c66ba5e5fe64125;p=users%2Fjedix%2Flinux-maple.git staging: ccree: drop unused macro The CC_REG_NAME macro is unused. Drop it. Signed-off-by: Gilad Ben-Yossef Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ccree/cc_hw_queue_defs.h b/drivers/staging/ccree/cc_hw_queue_defs.h index 2ae0f655e7a0e..c5aaa79dcfc02 100644 --- a/drivers/staging/ccree/cc_hw_queue_defs.h +++ b/drivers/staging/ccree/cc_hw_queue_defs.h @@ -30,8 +30,6 @@ /* Define max. available slots in HW queue */ #define HW_QUEUE_SLOTS_MAX 15 -#define CC_REG_NAME(word, name) DX_DSCRPTR_QUEUE_WORD ## word ## _ ## name - #define CC_REG_LOW(word, name) \ (DX_DSCRPTR_QUEUE_WORD ## word ## _ ## name ## _BIT_SHIFT)