From: Paul Gortmaker Date: Fri, 27 May 2011 20:14:23 +0000 (-0400) Subject: drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE X-Git-Tag: v3.2-rc1~22^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee40fa0656a730491765545ff7550f3c1ceb0fbc;p=pandora-kernel.git drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE These were getting the macros from an implicit module.h include via device.h, but we are planning to clean that up. Signed-off-by: Paul Gortmaker drivers/net: Add export.h to wireless/brcm80211/brcmfmac/bcmsdh.c This relatively recently added file uses EXPORT_SYMBOL and hence needs export.h included so that it is compatible with the module.h split up work. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed