From: Gabor Juhos Date: Tue, 4 Jun 2013 11:40:50 +0000 (+0200) Subject: rt2x00: remove data_queue_desc struct X-Git-Tag: v3.11-rc1~64^2~166^2^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=705802bf56b1b7a64e543805ba196a6e1fb80ec6;p=pandora-kernel.git rt2x00: remove data_queue_desc struct If the queue_init callback is implemented by a driver it gets used instead of the data_queue_desc based initialization. The queue_init callback is implemented for each drivers now, so the old initialization method is not used anymore. Remove the unused data_queue_desc structure and all of the related code. Signed-off-by: Gabor Juhos Acked-by: Stanislaw Gruszka Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed