]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.kabi/export-iwl_rx_allocate
Imported linux-2.6.27.39 suse/xen patches.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.kabi / export-iwl_rx_allocate
diff --git a/src/patches/suse-2.6.27.31/patches.kabi/export-iwl_rx_allocate b/src/patches/suse-2.6.27.31/patches.kabi/export-iwl_rx_allocate
deleted file mode 100644 (file)
index 863e16a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-From: Michal Marek <mmarek@suse.cz>
-Subject: reintroduce EXPORT_SYMBOL(iwl_rx_allocate)
-
-2.6.27.12 removed the export with no explanation in the commit message.
-Reintroduce the export to keep the SLE11 kabi. This can be removed in SP1.
-
-Index: b/drivers/net/wireless/iwlwifi/iwl-rx.c
-===================================================================
---- a/drivers/net/wireless/iwlwifi/iwl-rx.c
-+++ b/drivers/net/wireless/iwlwifi/iwl-rx.c
-@@ -292,6 +292,7 @@ void iwl_rx_allocate(struct iwl_priv *pr
-               spin_unlock_irqrestore(&rxq->lock, flags);
-       }
- }
-+EXPORT_SYMBOL(iwl_rx_allocate);
- void iwl_rx_replenish(struct iwl_priv *priv)
- {