提交 faad5433 编写于 作者: J Jakub Kicinski 提交者: Kalle Valo

mt7601u: remove redefinition of GENMASK

Remove redefinition of GENMASK which should not be there
in the upstream version of the code.
Signed-off-by: NJakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: NDinan Gunawardena <dinan.gunawardena@netronome.com>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 3e9b3112
......@@ -17,10 +17,6 @@
#include <linux/bitops.h>
#ifndef GENMASK
#define GENMASK(h, l) (((U32_C(1) << ((h) - (l) + 1)) - 1) << (l))
#endif
#define MT_ASIC_VERSION 0x0000
#define MT76XX_REV_E3 0x22
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册