From: David S. Miller Date: Mon, 8 Aug 2016 22:41:28 +0000 (-0700) Subject: Merge branch 'bna-next' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=11de8e62de66affb1b5a037ecacb4ee2933a9cb3;p=linux.git Merge branch 'bna-next' Ivan Vecera says: ==================== bna: remove useless global variables The set removes useless global bnad_list as well as bnad->entry that track a list of driver instances but it is not used anywhere. The associated bnad_list_mutex is removed as well but as it is also used to protect bna_id increment it is necessary to convert bna_id to atomic_t. ==================== Signed-off-by: Ivan Vecera --- 11de8e62de66affb1b5a037ecacb4ee2933a9cb3