From: Malcolm Priestley Date: Thu, 15 Aug 2013 20:27:22 +0000 (+0100) Subject: staging: vt6656: desc.h Move typedef struct tagSCTS* to new structures in rxtx.h X-Git-Tag: v3.12-rc1~183^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0c5ba2815d589854dff557b913a1b61b22bb458;p=pandora-kernel.git staging: vt6656: desc.h Move typedef struct tagSCTS* to new structures in rxtx.h The new structures being typedef struct tagSCTS -> struct vnt_cts typedef struct tagSCTS_FB -> struct vnt_cts_fb These are only needed by rxtc.c so moved to rxtx.h and will eventually form part of the structure of struct vnt_tx_buffer. The linux/ieee80211.h in desc.h is no longer needed. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed