提交 6d48fcd9 编写于 作者: J Johannes Berg 提交者: Luca Coelho

iwlwifi: remove useless enum values

Since the values of this enum are used only internally,
we can let the compiler number them.
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
上级 58035432
......@@ -129,8 +129,8 @@ struct iwl_drv {
};
enum {
DVM_OP_MODE = 0,
MVM_OP_MODE = 1,
DVM_OP_MODE,
MVM_OP_MODE,
};
/* Protects the table contents, i.e. the ops pointer & drv list */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册