aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangwook Lee <sangwook.lee@linaro.org>2012-02-23 12:50:49 +0000
committerTushar Behera <tushar.behera@linaro.org>2012-02-24 14:21:40 +0530
commit4e2317712203d328dad69ffa14a8f5aa75567938 (patch)
tree904ea400980c2b0df3eb8936ea11e2c21d73e6e8
parenta1e95cd5e8a4c69589611d58da4d7d6d02eec839 (diff)
ath6kl: Fix compile error because of deletion of htc_hif.hsamsung-lt-v3.3-rc2-1
htc_hif.h file no longer exists and it results in a build failure in ath6kl driver. It fixes following error. drivers/net/wireless/ath/ath6kl/sdio.c:26:21: fatal error: htc_hif.h: No such file or directory Signed-off-by: Sangwook Lee <sangwook.lee@linaro.org>
-rw-r--r--drivers/net/wireless/ath/ath6kl/sdio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/sdio.c b/drivers/net/wireless/ath/ath6kl/sdio.c
index 847d1c682cc0..a4473ce60209 100644
--- a/drivers/net/wireless/ath/ath6kl/sdio.c
+++ b/drivers/net/wireless/ath/ath6kl/sdio.c
@@ -23,7 +23,6 @@
#include <linux/mmc/sdio.h>
#include <linux/mmc/sd.h>
#include <linux/ath6kl.h>
-#include "htc_hif.h"
#include "hif.h"
#include "hif-ops.h"
#include "target.h"