Prev: net/caif: Add missing spin_unlock
Next: [PATCH 04/11] Fix find_unbound_irq in presence of ioapic irqs.
From: Sebastien JAN on 26 May 2010 14:30 From: Sebastien Jan <s-jan(a)ti.com> heap_free() function is defined in lib/prio_heap.c Signed-off-by: Sebastien Jan <s-jan(a)ti.com> --- include/linux/prio_heap.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/prio_heap.h b/include/linux/prio_heap.h index 0809435..fd67387 100644 --- a/include/linux/prio_heap.h +++ b/include/linux/prio_heap.h @@ -36,7 +36,7 @@ extern int heap_init(struct ptr_heap *heap, size_t size, gfp_t gfp_mask, * heap_free - release a heap's storage * @heap: the heap structure whose data should be released */ -void heap_free(struct ptr_heap *heap); +extern void heap_free(struct ptr_heap *heap); /** * heap_insert - insert a value into the heap and return any overflowed value -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |