提交 ee40fa06 编写于 作者: P Paul Gortmaker

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: NPaul Gortmaker <paul.gortmaker@windriver.com>

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: NPaul Gortmaker <paul.gortmaker@windriver.com>
上级 9d9779e7
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
#include <linux/export.h>
#include <net/net_namespace.h> #include <net/net_namespace.h>
#include <net/netns/generic.h> #include <net/netns/generic.h>
#include "bonding.h" #include "bonding.h"
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include <net/netevent.h> #include <net/netevent.h>
#include <linux/highmem.h> #include <linux/highmem.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/export.h>
#include "common.h" #include "common.h"
#include "regs.h" #include "regs.h"
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include <linux/if_vlan.h> #include <linux/if_vlan.h>
#include <linux/jhash.h> #include <linux/jhash.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include <net/neighbour.h> #include <net/neighbour.h>
#include "common.h" #include "common.h"
#include "t3cdev.h" #include "t3cdev.h"
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/jiffies.h> #include <linux/jiffies.h>
#include <linux/prefetch.h> #include <linux/prefetch.h>
#include <linux/export.h>
#include <net/ipv6.h> #include <net/ipv6.h>
#include <net/tcp.h> #include <net/tcp.h>
#include "cxgb4.h" #include "cxgb4.h"
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/export.h>
#include <linux/bitmap.h> #include <linux/bitmap.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/errno.h> #include <linux/errno.h>
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
*/ */
#include <linux/hardirq.h> #include <linux/hardirq.h>
#include <linux/export.h>
#include <linux/gfp.h> #include <linux/gfp.h>
#include <linux/mlx4/cmd.h> #include <linux/mlx4/cmd.h>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
*/ */
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include "mlx4.h" #include "mlx4.h"
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/mlx4/cmd.h> #include <linux/mlx4/cmd.h>
#include <linux/export.h>
#include "mlx4.h" #include "mlx4.h"
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
*/ */
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/export.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/mlx4/cmd.h> #include <linux/mlx4/cmd.h>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
*/ */
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/export.h>
#include <linux/io-mapping.h> #include <linux/io-mapping.h>
#include <asm/page.h> #include <asm/page.h>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/if_ether.h> #include <linux/if_ether.h>
#include <linux/export.h>
#include <linux/mlx4/cmd.h> #include <linux/mlx4/cmd.h>
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
*/ */
#include <linux/gfp.h> #include <linux/gfp.h>
#include <linux/export.h>
#include <linux/mlx4/cmd.h> #include <linux/mlx4/cmd.h>
#include <linux/mlx4/qp.h> #include <linux/mlx4/qp.h>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
*/ */
#include <linux/mlx4/cmd.h> #include <linux/mlx4/cmd.h>
#include <linux/export.h>
#include <linux/gfp.h> #include <linux/gfp.h>
#include "mlx4.h" #include "mlx4.h"
......
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/wimax/i2400m.h> #include <linux/wimax/i2400m.h>
#include <linux/export.h>
#define D_SUBMODULE control #define D_SUBMODULE control
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/export.h>
#include "i2400m.h" #include "i2400m.h"
......
...@@ -158,6 +158,7 @@ ...@@ -158,6 +158,7 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/usb.h> #include <linux/usb.h>
#include <linux/export.h>
#include "i2400m.h" #include "i2400m.h"
......
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/ethtool.h> #include <linux/ethtool.h>
#include <linux/export.h>
#include "i2400m.h" #include "i2400m.h"
......
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
#include <linux/if_arp.h> #include <linux/if_arp.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <linux/export.h>
#include "i2400m.h" #include "i2400m.h"
......
...@@ -245,6 +245,7 @@ ...@@ -245,6 +245,7 @@
*/ */
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include "i2400m.h" #include "i2400m.h"
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGES. * THE POSSIBILITY OF SUCH DAMAGES.
*/ */
#include <linux/export.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include <linux/circ_buf.h> #include <linux/circ_buf.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/export.h>
#include "debug.h" #include "debug.h"
#include "target.h" #include "target.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/export.h>
#include "hw.h" #include "hw.h"
#include "hw-ops.h" #include "hw-ops.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
*/ */
#include "hw.h" #include "hw.h"
#include <linux/export.h>
#define AR_BufLen 0x00000fff #define AR_BufLen 0x00000fff
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/export.h>
#include "hw.h" #include "hw.h"
#include "ar9003_mac.h" #include "ar9003_mac.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/export.h>
#include "hw.h" #include "hw.h"
#include "ar9003_phy.h" #include "ar9003_phy.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/export.h>
#include "hw.h" #include "hw.h"
#include "ar9003_phy.h" #include "ar9003_phy.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/export.h>
#include "hw.h" #include "hw.h"
enum ath_bt_mode { enum ath_bt_mode {
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include "hw.h" #include "hw.h"
#include "hw-ops.h" #include "hw-ops.h"
#include <linux/export.h>
/* Common calibration code */ /* Common calibration code */
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/export.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include "ath9k.h" #include "ath9k.h"
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include "hw.h" #include "hw.h"
#include "hw-ops.h" #include "hw-ops.h"
#include <linux/export.h>
static void ath9k_hw_set_txq_interrupts(struct ath_hw *ah, static void ath9k_hw_set_txq_interrupts(struct ath_hw *ah,
struct ath9k_tx_queue_info *qi) struct ath9k_tx_queue_info *qi)
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
*/ */
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include "ath9k.h" #include "ath9k.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/export.h>
#include "ath.h" #include "ath.h"
const char *ath_opmode_to_string(enum nl80211_iftype opmode) const char *ath_opmode_to_string(enum nl80211_iftype opmode)
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/export.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include "ath.h" #include "ath.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <linux/export.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <net/mac80211.h> #include <net/mac80211.h>
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/export.h>
#include <net/cfg80211.h> #include <net/cfg80211.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include "regd.h" #include "regd.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/export.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/pci_ids.h> #include <linux/pci_ids.h>
#include <linux/sched.h> #include <linux/sched.h>
......
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include <net/lib80211.h> #include <net/lib80211.h>
#include <linux/if_arp.h> #include <linux/if_arp.h>
......
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include "hostap_80211.h" #include "hostap_80211.h"
#include "hostap_common.h" #include "hostap_common.h"
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <linux/random.h> #include <linux/random.h>
#include <linux/if_arp.h> #include <linux/if_arp.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include "hostap_wlan.h" #include "hostap_wlan.h"
#include "hostap.h" #include "hostap.h"
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include <linux/if_arp.h> #include <linux/if_arp.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include "hostap_wlan.h" #include "hostap_wlan.h"
#include "hostap.h" #include "hostap.h"
#include "hostap_ap.h" #include "hostap_ap.h"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
#include <linux/export.h>
#include <net/lib80211.h> #include <net/lib80211.h>
#include "hostap_wlan.h" #include "hostap_wlan.h"
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*****************************************************************************/ *****************************************************************************/
#include <linux/ieee80211.h> #include <linux/ieee80211.h>
#include <linux/export.h>
#include <net/mac80211.h> #include <net/mac80211.h>
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/export.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/lockdep.h> #include <linux/lockdep.h>
#include <linux/export.h>
#include "iwl-dev.h" #include "iwl-dev.h"
#include "iwl-core.h" #include "iwl-core.h"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include <net/mac80211.h> #include <net/mac80211.h>
#include "iwl-eeprom.h" #include "iwl-eeprom.h"
#include "iwl-dev.h" #include "iwl-dev.h"
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/bitops.h> #include <linux/bitops.h>
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/export.h>
#include "iwm.h" #include "iwm.h"
#include "bus.h" #include "bus.h"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/if_arp.h> #include <linux/if_arp.h>
#include <linux/export.h>
#include "decl.h" #include "decl.h"
#include "cfg.h" #include "cfg.h"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/string.h> #include <linux/string.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include "decl.h" #include "decl.h"
#include "cmd.h" #include "cmd.h"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <linux/hardirq.h> #include <linux/hardirq.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/export.h>
#include <net/cfg80211.h> #include <net/cfg80211.h>
#include "defs.h" #include "defs.h"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/export.h>
#include <net/cfg80211.h> #include <net/cfg80211.h>
#include "host.h" #include "host.h"
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <linux/hardirq.h> #include <linux/hardirq.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h>
#include "libertas_tf.h" #include "libertas_tf.h"
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <net/mac80211.h> #include <net/mac80211.h>
#include <linux/crc-ccitt.h> #include <linux/crc-ccitt.h>
#include <linux/export.h>
#include "p54.h" #include "p54.h"
#include "eeprom.h" #include "eeprom.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/export.h>
#include <net/mac80211.h> #include <net/mac80211.h>
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#include <linux/export.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/export.h>
#include "wifi.h" #include "wifi.h"
#include "cam.h" #include "cam.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* *
*****************************************************************************/ *****************************************************************************/
#include <linux/export.h>
#include "wifi.h" #include "wifi.h"
#include "efuse.h" #include "efuse.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* *
*****************************************************************************/ *****************************************************************************/
#include <linux/export.h>
#include "core.h" #include "core.h"
#include "wifi.h" #include "wifi.h"
#include "pci.h" #include "pci.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* *
*****************************************************************************/ *****************************************************************************/
#include <linux/export.h>
#include "wifi.h" #include "wifi.h"
#include "base.h" #include "base.h"
#include "ps.h" #include "ps.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* *
*****************************************************************************/ *****************************************************************************/
#include <linux/export.h>
#include "dm_common.h" #include "dm_common.h"
#include "phy_common.h" #include "phy_common.h"
#include "../pci.h" #include "../pci.h"
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/export.h>
#include "../wifi.h" #include "../wifi.h"
#include "../pci.h" #include "../pci.h"
#include "../base.h" #include "../base.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* *
*****************************************************************************/ *****************************************************************************/
#include <linux/export.h>
#include "../wifi.h" #include "../wifi.h"
#include "../rtl8192ce/reg.h" #include "../rtl8192ce/reg.h"
#include "../rtl8192ce/def.h" #include "../rtl8192ce/def.h"
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/usb.h> #include <linux/usb.h>
#include <linux/export.h>
#include "core.h" #include "core.h"
#include "wifi.h" #include "wifi.h"
#include "usb.h" #include "usb.h"
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/wl12xx.h> #include <linux/wl12xx.h>
#include <linux/export.h>
#include "acx.h" #include "acx.h"
#include "reg.h" #include "reg.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册