aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/hif.c
diff options
context:
space:
mode:
authorKalle Valo <kvalo@qca.qualcomm.com>2011-10-05 05:23:49 -0400
committerKalle Valo <kvalo@qca.qualcomm.com>2011-11-11 05:50:55 -0500
commit2e1cb23c5e3c38b25a678a8a14d7464341e8207f (patch)
treedb84dff4bde31719655bd2cad413ebba0f122f33 /drivers/net/wireless/ath/ath6kl/hif.c
parent533cbbb686684dcf9915e5890df29f5cca05d173 (diff)
ath6kl: move remaining content from htc_hif.h to hif.h
Now htc_hif.h can be removed. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/hif.c')
-rw-r--r--drivers/net/wireless/ath/ath6kl/hif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/hif.c b/drivers/net/wireless/ath/ath6kl/hif.c
index 629e16cdce32..57c9aff0dc6d 100644
--- a/drivers/net/wireless/ath/ath6kl/hif.c
+++ b/drivers/net/wireless/ath/ath6kl/hif.c
@@ -13,11 +13,11 @@
13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 13 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */ 15 */
16#include "hif.h"
16 17
17#include "core.h" 18#include "core.h"
18#include "target.h" 19#include "target.h"
19#include "hif-ops.h" 20#include "hif-ops.h"
20#include "htc_hif.h"
21#include "debug.h" 21#include "debug.h"
22 22
23#define MAILBOX_FOR_BLOCK_SIZE 1 23#define MAILBOX_FOR_BLOCK_SIZE 1