drivers/net/wireless/ti/wlcore/scan.c and drivers/net/wireless/ti/wlcore /event.c need an #include <linux/export.h> to add EXPORT_SYMBOL_GPL on kernel 3.2 and 3.3. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- .../network/06-header-changes.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/patches/collateral-evolutions/network/06-header-changes.patch b/patches/collateral-evolutions/network/06-header-changes.patch index a619fa7..ca62bd3 100644 --- a/patches/collateral-evolutions/network/06-header-changes.patch +++ b/patches/collateral-evolutions/network/06-header-changes.patch @@ -145,3 +145,23 @@ cases. /** * DOC: Introduction +--- a/drivers/net/wireless/ti/wlcore/event.c ++++ b/drivers/net/wireless/ti/wlcore/event.c +@@ -21,6 +21,7 @@ + * + */ + ++#include <linux/export.h> + #include "wlcore.h" + #include "debug.h" + #include "io.h" +--- a/drivers/net/wireless/ti/wlcore/scan.c ++++ b/drivers/net/wireless/ti/wlcore/scan.c +@@ -22,6 +22,7 @@ + */ + + #include <linux/ieee80211.h> ++#include <linux/export.h> + + #include "wlcore.h" + #include "debug.h" -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html