net: No dst refcounting in ip_queue_xmit()
[safe/jmp/linux-2.6] / net / rds / cong.c
index 710e459..0871a29 100644 (file)
@@ -30,6 +30,7 @@
  * SOFTWARE.
  *
  */
+#include <linux/slab.h>
 #include <linux/types.h>
 #include <linux/rbtree.h>
 
@@ -254,6 +255,7 @@ void rds_cong_map_updated(struct rds_cong_map *map, uint64_t portmask)
                read_unlock_irqrestore(&rds_cong_monitor_lock, flags);
        }
 }
+EXPORT_SYMBOL_GPL(rds_cong_map_updated);
 
 int rds_cong_updated_since(unsigned long *recent)
 {