diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-10-05 12:23:49 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 12:50:55 +0200 |
commit | 2e1cb23c5e3c38b25a678a8a14d7464341e8207f (patch) | |
tree | db84dff4bde31719655bd2cad413ebba0f122f33 /drivers/net/wireless/ath/ath6kl/htc.c | |
parent | 533cbbb686684dcf9915e5890df29f5cca05d173 (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/htc.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/htc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/htc.c b/drivers/net/wireless/ath/ath6kl/htc.c index b2967083937..9b8cb22eba9 100644 --- a/drivers/net/wireless/ath/ath6kl/htc.c +++ b/drivers/net/wireless/ath/ath6kl/htc.c @@ -15,7 +15,7 @@ */ #include "core.h" -#include "htc_hif.h" +#include "hif.h" #include "debug.h" #include "hif-ops.h" #include <asm/unaligned.h> |