summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/080-disable_clk_backport.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-05-14 17:38:56 +0200
committerFelix Fietkau <nbd@nbd.name>2016-05-15 20:55:39 +0200
commitdf93d53a4b7a5ce284dc0c6509057979f233cb92 (patch)
treed99034d6d05295b9e27648dcbcf743b51c8a0c5b /package/kernel/mac80211/patches/080-disable_clk_backport.patch
parentace946152dd0806b25bcb3812b33ab5df95966b7 (diff)
downloadmtk-20170518-df93d53a4b7a5ce284dc0c6509057979f233cb92.zip
mtk-20170518-df93d53a4b7a5ce284dc0c6509057979f233cb92.tar.gz
mtk-20170518-df93d53a4b7a5ce284dc0c6509057979f233cb92.tar.bz2
mac80211: update to wireless-testing 2016-05-12
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/patches/080-disable_clk_backport.patch')
-rw-r--r--package/kernel/mac80211/patches/080-disable_clk_backport.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/kernel/mac80211/patches/080-disable_clk_backport.patch b/package/kernel/mac80211/patches/080-disable_clk_backport.patch
deleted file mode 100644
index 3765591..0000000
--- a/package/kernel/mac80211/patches/080-disable_clk_backport.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/compat/compat-3.6.c
-+++ b/compat/compat-3.6.c
-@@ -147,17 +147,3 @@ int sg_alloc_table_from_pages(struct sg_
- return 0;
- }
- EXPORT_SYMBOL_GPL(sg_alloc_table_from_pages);
--
--/* whoopsie ! */
--#ifndef CONFIG_COMMON_CLK
--int clk_enable(struct clk *clk)
--{
-- return 0;
--}
--EXPORT_SYMBOL_GPL(clk_enable);
--
--void clk_disable(struct clk *clk)
--{
--}
--EXPORT_SYMBOL_GPL(clk_disable);
--#endif