mirror of https://gitee.com/openkylin/linux.git
staging: ccree: drop unused macro
The CC_REG_NAME macro is unused. Drop it. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c804f35992
commit
d5a2a81868
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue