X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fgenalloc.h;h=9869ef3674acbfe0f1a8fbad4fd20286c092c3be;hb=9868e0ec03fd4ac9cb3943e5dae0ad6a14faa5ff;hp=690c42803d2e7d310e7bd59cbac2abebaa263098;hpb=6edad161cd4dfe1df772e7a74ab63cab53b5e8c1;p=powerpc.git diff --git a/include/linux/genalloc.h b/include/linux/genalloc.h index 690c42803d..9869ef3674 100644 --- a/include/linux/genalloc.h +++ b/include/linux/genalloc.h @@ -31,5 +31,6 @@ struct gen_pool_chunk { extern struct gen_pool *gen_pool_create(int, int); extern int gen_pool_add(struct gen_pool *, unsigned long, size_t, int); +extern void gen_pool_destroy(struct gen_pool *); extern unsigned long gen_pool_alloc(struct gen_pool *, size_t); extern void gen_pool_free(struct gen_pool *, unsigned long, size_t);