]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.kabi/export-iwl_rx_allocate
Revert "Move xen patchset to new version's subdir."
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.kabi / export-iwl_rx_allocate
CommitLineData
00e5a55c
BS
1From: Michal Marek <mmarek@suse.cz>
2Subject: reintroduce EXPORT_SYMBOL(iwl_rx_allocate)
3
42.6.27.12 removed the export with no explanation in the commit message.
5Reintroduce the export to keep the SLE11 kabi. This can be removed in SP1.
6
7Index: b/drivers/net/wireless/iwlwifi/iwl-rx.c
8===================================================================
9--- a/drivers/net/wireless/iwlwifi/iwl-rx.c
10+++ b/drivers/net/wireless/iwlwifi/iwl-rx.c
11@@ -292,6 +292,7 @@ void iwl_rx_allocate(struct iwl_priv *pr
12 spin_unlock_irqrestore(&rxq->lock, flags);
13 }
14 }
15+EXPORT_SYMBOL(iwl_rx_allocate);
16
17 void iwl_rx_replenish(struct iwl_priv *priv)
18 {