diff options
author | Olof Johansson <olof@lixom.net> | 2013-08-30 04:12:04 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-08-30 04:12:04 +0200 |
commit | 2bbc31ef2b398d17016c6438016cc76913990950 (patch) | |
tree | 10de572013948341054d73acfab0f6d77ae35cbd /drivers/net/wireless/rtlwifi/debug.c | |
parent | Merge tag 'fixes-non-3.12-2' of git://git.infradead.org/linux-mvebu into next... (diff) | |
parent | ARM: OMAP2: use 'int' instead of 'unsigned' for variable 'gpmc_irq_start' (diff) | |
download | linux-2bbc31ef2b398d17016c6438016cc76913990950.tar.xz linux-2bbc31ef2b398d17016c6438016cc76913990950.zip |
Merge tag 'omap-for-v3.12/fixes-non-critical-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical
From Tony Lindgren:
Omap fixes for the merge window that are not urgent enough
for the -rc series.
* tag 'omap-for-v3.12/fixes-non-critical-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: OMAP2: use 'int' instead of 'unsigned' for variable 'gpmc_irq_start'
ARM: OMAP2: remove useless variable 'ret'
ARM: OMAP: dma: fix error return code in omap_system_dma_probe()
ARM: OMAP2+: fix wrong address when loading PRM_FRAC_INCREMENTOR_DENUMERATOR_RELOAD
ARM: OMAP2+: am33xx-restart: trigger warm reset on omap2+ boards
ARM: OMAP2: Use a consistent AM33XX SoC option description
ARM: OMAP2+: Remove legacy device creation for McPDM and DMIC
+ Linux 3.11-rc6
Diffstat (limited to 'drivers/net/wireless/rtlwifi/debug.c')
-rw-r--r-- | drivers/net/wireless/rtlwifi/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtlwifi/debug.c b/drivers/net/wireless/rtlwifi/debug.c index 7d52d3d7769f..76e2086e137e 100644 --- a/drivers/net/wireless/rtlwifi/debug.c +++ b/drivers/net/wireless/rtlwifi/debug.c @@ -51,3 +51,4 @@ void rtl_dbgp_flag_init(struct ieee80211_hw *hw) /*Init Debug flag enable condition */ } +EXPORT_SYMBOL_GPL(rtl_dbgp_flag_init); |