浏览代码

staging: ccree: drop no longer used macro

MSB64 macro is no longer used or needed. Drop it.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Gilad Ben-Yossef 8 年之前
父节点
当前提交
ef78342266
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/staging/ccree/cc_hw_queue_defs.h

+ 0 - 2
drivers/staging/ccree/cc_hw_queue_defs.h

@@ -237,8 +237,6 @@ static inline void set_ack_last(struct cc_hw_desc *pdesc)
 	pdesc->word[4] |= FIELD_PREP(WORD4_ACK_NEEDED, 1);
 	pdesc->word[4] |= FIELD_PREP(WORD4_ACK_NEEDED, 1);
 }
 }
 
 
-#define MSB64(_addr) (sizeof(_addr) == 4 ? 0 : ((_addr) >> 32) & U16_MAX)
-
 /*
 /*
  * Set the DIN field of a HW descriptors
  * Set the DIN field of a HW descriptors
  *
  *