From: Tony Cho <tony.cho@atmel.com>
Date: Wed, 30 Sep 2015 09:44:18 +0000 (+0900)
Subject: staging: wilc1000: remove PLL_WORKAROUND
X-Git-Tag: firefly_0821_release~176^2~802^2~1297
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50f415203085311aee004fdbcbf845d49faa8dd9;p=firefly-linux-kernel-4.4.55.git

staging: wilc1000: remove PLL_WORKAROUND

This patch removes unnecessary definition, PLL_WORKAROUND from the
Makefile. There is no use throughout the driver.

Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/wilc1000/Makefile b/drivers/staging/wilc1000/Makefile
index e965df9ddf70..d226ebea308d 100644
--- a/drivers/staging/wilc1000/Makefile
+++ b/drivers/staging/wilc1000/Makefile
@@ -9,7 +9,7 @@ ccflags-y += -DSTA_FIRMWARE=\"atmel/wilc1000_fw.bin\" \
 		-DP2P_CONCURRENCY_FIRMWARE=\"atmel/wilc1000_p2p_fw.bin\"
 
 ccflags-y += -I$(src)/ -D__CHECK_ENDIAN__ -DWILC_ASIC_A0 \
-		-DPLL_WORKAROUND -DAGING_ALG \
+		-DAGING_ALG \
 		-Wno-unused-function -DWILC_DEBUGFS
 #ccflags-y += -DTCP_ACK_FILTER