From: Jes Sorensen Date: Fri, 9 May 2014 13:03:21 +0000 (+0200) Subject: staging: rtl8723au: Eliminate struct qos_priv X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1000 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8ad4a510962fd8a43391dc8a22783f9f54398f;p=pandora-kernel.git staging: rtl8723au: Eliminate struct qos_priv Having struct qos_priv containing a single integer, and carrying a dedicated header file for it, is just plain silly. Move the integer into struct mlme_priv, which is the only place qos_priv was used anyway, and get rid of the header file. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed