]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.kabi/export-iwl_rx_allocate
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.kabi / export-iwl_rx_allocate
1 From: Michal Marek <mmarek@suse.cz>
2 Subject: reintroduce EXPORT_SYMBOL(iwl_rx_allocate)
3
4 2.6.27.12 removed the export with no explanation in the commit message.
5 Reintroduce the export to keep the SLE11 kabi. This can be removed in SP1.
6
7 Index: 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 {