From: David S. Miller Date: Fri, 3 Feb 2017 20:16:46 +0000 (-0500) Subject: Merge branch 'ife-to-module' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5a0fd98b7b5be8773c53c40c47451ec6cd11d1ff;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'ife-to-module' Yotam Gigi says: ==================== Extract IFE logic to module Extract ife logic from the tc_ife action into an independent module, and make the tc_ife action use it. This way, the ife encapsulation can be used by other modules other than tc_ife action. v1->v2: Fix duplicate symbol error by introducing a new patch that makes the original symbol static. The symbol ife_tlv_meta_extract is exported in act_ife, though not being used by any other module. As the symbol is being moved to the new ife module, introducing the new module creates duplicate symbol. To fix it, add a new patch (1/3) that makes the ife_tlv_meta_extract symbol static in act_ife, thus the symbol does not collide. ==================== Signed-off-by: David S. Miller --- 5a0fd98b7b5be8773c53c40c47451ec6cd11d1ff